add stuff
This commit is contained in:
@ -6,6 +6,7 @@
|
||||
}: {
|
||||
imports = with inputs; [
|
||||
chaotic.nixosModules.default
|
||||
lix.nixosModules.default
|
||||
self.nixosModules.desktop
|
||||
self.nixosModules.system
|
||||
./hardware-conf.nix
|
||||
@ -19,7 +20,11 @@
|
||||
plasma.enable = true;
|
||||
};
|
||||
|
||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||
nix = {
|
||||
# package = pkgs.lix;
|
||||
settings.experimental-features = ["nix-command" "flakes"];
|
||||
};
|
||||
|
||||
system.stateVersion = "unstable";
|
||||
|
||||
time.timeZone = "Europe/Kyiv";
|
||||
|
Reference in New Issue
Block a user