enable(?) theming
This commit is contained in:
parent
357b9d4b93
commit
c5d5876524
11 changed files with 11 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
../themes.nix
|
||||
../../server
|
||||
];
|
||||
networking.hostName = "display";
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
inputs.nixos-hardware.nixosModules.common-pc-laptop
|
||||
inputs.nixos-hardware.nixosModules.common-pc-laptop-ssd
|
||||
../workstation
|
||||
../themes.nix
|
||||
../wm
|
||||
];
|
||||
networking.hostName = "dragon";
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
[
|
||||
./hardware-configuration.nix
|
||||
../server
|
||||
../themes.nix
|
||||
./podman.nix
|
||||
];
|
||||
networking.hostName = "fred";
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
[
|
||||
./hardware-configuration.nix
|
||||
../../server
|
||||
../themes.nix
|
||||
];
|
||||
networking.hostName = "harper";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
[
|
||||
./hardware-configuration.nix
|
||||
../../server
|
||||
../themes.nix
|
||||
];
|
||||
networking.hostName = "harper2";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
[
|
||||
./hardware-configuration.nix
|
||||
../../server
|
||||
../themes.nix
|
||||
];
|
||||
networking.hostName = "nuwww";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
[
|
||||
./hardware-configuration.nix
|
||||
../../server
|
||||
../themes.nix
|
||||
];
|
||||
networking.hostName = "pihole";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
inputs.nixos-hardware.nixosModules.common-pc-laptop
|
||||
inputs.nixos-hardware.nixosModules.common-pc-laptop-ssd
|
||||
../workstation
|
||||
../themes.nix
|
||||
../wm
|
||||
];
|
||||
networking.hostName = "pocket2";
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
[
|
||||
./hardware-configuration.nix
|
||||
../workstation
|
||||
../themes.nix
|
||||
../wm
|
||||
];
|
||||
networking.hostName = "t2";
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
../themes.nix
|
||||
];
|
||||
networking.hostName = "vm1";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
[
|
||||
./hardware-configuration.nix
|
||||
../../server
|
||||
../themes.nix
|
||||
];
|
||||
networking.hostName = "www2";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue