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
6 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
{
2
flakeRoot,
3
pkgs,
0
4
...
5
}:
6
···
24
];
25
26
home.packages = with pkgs; [
27
-
supersonic
0
28
29
r2modman
30
···
1
{
2
flakeRoot,
3
pkgs,
4
+
pkgs-unstable,
5
...
6
}:
7
···
25
];
26
27
home.packages = with pkgs; [
28
+
# Unstable for Feishin 1.X, roll back to stable once backported
29
+
pkgs-unstable.feishin
30
31
r2modman
32
+3
-1
hosts/encryption/homes/encode42.nix
···
1
{
2
flakeRoot,
3
pkgs,
0
4
pkgs-flake,
5
...
6
}:
···
64
puddletag
65
pkgs-flake.mediaelch
66
67
-
supersonic
0
68
69
blockbench
70
···
1
{
2
flakeRoot,
3
pkgs,
4
+
pkgs-unstable,
5
pkgs-flake,
6
...
7
}:
···
65
puddletag
66
pkgs-flake.mediaelch
67
68
+
# Unstable for Feishin 1.X, roll back to stable once backported
69
+
pkgs-unstable.feishin
70
71
blockbench
72