modules/config: init new module
Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@ -6,20 +6,22 @@
|
||||
imports = with inputs; [
|
||||
self.nixosModules.desktop
|
||||
self.nixosModules.system
|
||||
./boot
|
||||
self.nixosModules.config
|
||||
./disko
|
||||
./hardware
|
||||
./networking
|
||||
./nix
|
||||
../dunamis/programs.nix
|
||||
../dunamis/services.nix
|
||||
../dunamis/sops.nix
|
||||
../dunamis/users.nix
|
||||
];
|
||||
|
||||
networking = {
|
||||
hostId = "31150fae";
|
||||
hostName = "sarien";
|
||||
};
|
||||
|
||||
system.stateVersion = "25.05";
|
||||
time.timeZone = "Europe/Kyiv";
|
||||
|
||||
module.config = {
|
||||
useIwd = true;
|
||||
};
|
||||
module.stylix = {
|
||||
enable = true;
|
||||
theme = "helios";
|
||||
|
Reference in New Issue
Block a user