diff --git a/configuration-template.nix b/configuration-template.nix index eed60be..603085b 100644 --- a/configuration-template.nix +++ b/configuration-template.nix @@ -12,14 +12,18 @@ let }; in { - imports = [ - ./hardware-configuration.nix - "${gitConfig}/git.nix" - ]; - - networking.hostName = "FredOS-Gaming"; - -## Space for boot loader settings - +imports = [ + ./hardware-configuration.nix + "${gitConfig}/git.nix" +]; + +networking.hostName = "FredOS-Gaming"; + +# Enable flakes for nix-unstable integration +nix.settings.experimental-features = [ "nix-command" "flakes" ]; + +#################################### +## Space for boot loader settings ## +#################################### system.stateVersion = "25.11"; }