tangled
alpha
login
or
join now
stau.space
/
nixos
0
fork
atom
My NixOS configuration.
0
fork
atom
overview
issues
pulls
pipelines
fix: Forgot to add this file.
Diego A. Estrada Rivera
1 year ago
e69b12a4
a64e4ef9
+13
1 changed file
expand all
collapse all
unified
split
homeManagerModules
skins
default.nix
+13
homeManagerModules/skins/default.nix
···
1
1
+
{
2
2
+
lib,
3
3
+
...
4
4
+
}: {
5
5
+
imports = [
6
6
+
./nier
7
7
+
];
8
8
+
9
9
+
options.rice = {
10
10
+
# eva.enable = lib.mkEnableOption "Enable the Evangelion rice.";
11
11
+
nier.enable = lib.mkEnableOption "Enable the Nier rice.";
12
12
+
};
13
13
+
}