add stuff

This commit is contained in:
unexplrd
2025-02-09 14:59:16 +02:00
parent 969b566369
commit e897825573
6 changed files with 133 additions and 26 deletions

View File

@ -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";