tangled
alpha
login
or
join now
oeiuwq.com
/
vix
1
fork
atom
Vic's *Nix config.
1
fork
atom
overview
issues
pulls
pipelines
no per system module
oeiuwq.com
8 months ago
65a9bf89
bf6ebbc2
-2
1 changed file
expand all
collapse all
unified
split
modules
community
lib
+mk-os.nix
-2
modules/community/lib/+mk-os.nix
···
21
21
modules = [
22
22
inputs.self.modules.nixos.${cls}
23
23
inputs.self.modules.nixos.${name}
24
24
-
inputs.self.modules.nixos.${system}
25
24
{
26
25
networking.hostName = lib.mkDefault name;
27
26
nixpkgs.hostPlatform = lib.mkDefault system;
···
37
36
modules = [
38
37
inputs.self.modules.darwin.darwin
39
38
inputs.self.modules.darwin.${name}
40
40
-
inputs.self.modules.darwin.${system}
41
39
{
42
40
networking.hostName = lib.mkDefault name;
43
41
nixpkgs.hostPlatform = lib.mkDefault system;