mv hosts nixosConfigurations
This commit is contained in:
parent
232728a053
commit
4d28e476dc
24 changed files with 8 additions and 8 deletions
|
@ -128,9 +128,9 @@
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
./hosts/${device}/hardware.nix
|
./nixosConfigurations/${device}/hardware.nix
|
||||||
./hosts/${device}/imports.nix
|
./nixosConfigurations/${device}/imports.nix
|
||||||
./hosts/${device}/configuration.nix
|
./nixosConfigurations/${device}/configuration.nix
|
||||||
|
|
||||||
self.nixosModules.lix-is-nix
|
self.nixosModules.lix-is-nix
|
||||||
self.nixosModules.globalinstalls
|
self.nixosModules.globalinstalls
|
||||||
|
@ -150,7 +150,7 @@
|
||||||
time.timeZone = "Europe/Berlin";
|
time.timeZone = "Europe/Berlin";
|
||||||
|
|
||||||
home-manager.sharedModules = [
|
home-manager.sharedModules = [
|
||||||
self.homeManagerModules.adwaita
|
self.homeModules.adwaita
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -73,10 +73,10 @@
|
||||||
lm_sensors
|
lm_sensors
|
||||||
|
|
||||||
# office
|
# office
|
||||||
libreoffice-qt
|
#libreoffice-qt
|
||||||
hunspell
|
#hunspell
|
||||||
hunspellDicts.de-de
|
#hunspellDicts.de-de
|
||||||
hunspellDicts.en-us-large
|
#hunspellDicts.en-us-large
|
||||||
];
|
];
|
||||||
|
|
||||||
fonts = {
|
fonts = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue