This commit is contained in:
shibazaki 2025-01-21 15:50:20 +01:00
parent cf9c3aadae
commit 843dda9e27

View File

@ -19,10 +19,10 @@
./../../nixos/system/stylix.nix ./../../nixos/system/stylix.nix
./../../nixos/system/system-settings.nix ./../../nixos/system/system-settings.nix
./../../nixos/system/neovim.nix ./../../nixos/system/neovim.nix
./../../nixos/system/libgcc.nix
]; ];
# Global configuration # Global configuration
nix.settings.experimental-features = ["nix-command" "flakes"]; nix.settings.experimental-features = ["nix-command" "flakes"];
system.stateVersion = "24.11"; # Did you read the comment? system.stateVersion = "24.11"; # Did you read the comment?
} }