From e76acc6cd34ed7bebcd26d0ba1dddaffb4eabd85 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Thu, 4 Dec 2025 11:44:28 +0000 Subject: [PATCH] Update configuration-template.nix --- configuration-template.nix | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) 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"; }