tangled
alpha
login
or
join now
encode42.dev
/
nixos
0
fork
atom
Personal-use NixOS configuration
0
fork
atom
overview
issues
pulls
pipelines
Switch from Supersonic to Feishin
encode42.dev
3 days ago
81f1b630
b0d93f2f
+6
-2
2 changed files
expand all
collapse all
unified
split
hosts
decryption
homes
encode42.nix
encryption
homes
encode42.nix
+3
-1
hosts/decryption/homes/encode42.nix
···
1
1
{
2
2
flakeRoot,
3
3
pkgs,
4
4
+
pkgs-unstable,
4
5
...
5
6
}:
6
7
···
24
25
];
25
26
26
27
home.packages = with pkgs; [
27
27
-
supersonic
28
28
+
# Unstable for Feishin 1.X, roll back to stable once backported
29
29
+
pkgs-unstable.feishin
28
30
29
31
r2modman
30
32
+3
-1
hosts/encryption/homes/encode42.nix
···
1
1
{
2
2
flakeRoot,
3
3
pkgs,
4
4
+
pkgs-unstable,
4
5
pkgs-flake,
5
6
...
6
7
}:
···
64
65
puddletag
65
66
pkgs-flake.mediaelch
66
67
67
67
-
supersonic
68
68
+
# Unstable for Feishin 1.X, roll back to stable once backported
69
69
+
pkgs-unstable.feishin
68
70
69
71
blockbench
70
72