tangled
alpha
login
or
join now
nel.pet
/
cyclamen
4
fork
atom
NixOS and Home Manager config
4
fork
atom
overview
issues
pulls
pipelines
refactor(nixos): make system options directory
nel.pet
6 months ago
ec8fa6cb
f2f8e5a6
verified
This commit was signed with the committer's
known signature
.
nel.pet
SSH Key Fingerprint:
SHA256:Zd+mWw4EweOfjYKNMYyVtMSN7oj+SBabmubG4RThVEI=
+6
-1
3 changed files
expand all
collapse all
unified
split
modules
nixos
default.nix
system
default.nix
lannas.nix
+1
-1
modules/nixos/default.nix
···
2
2
_class = "nixos";
3
3
4
4
imports = [
5
5
-
./lannas.nix
6
5
./nix.nix
7
6
./nixpkgs.nix
7
7
+
./system
8
8
];
9
9
}
modules/nixos/lannas.nix
modules/nixos/system/lannas.nix
+5
modules/nixos/system/default.nix
···
1
1
+
{
2
2
+
imports = [
3
3
+
./lannas.nix
4
4
+
];
5
5
+
}