diff --git a/modules/home/crow/home.nix b/modules/home/crow/home.nix index 1c2e2ad..18c76bb 100644 --- a/modules/home/crow/home.nix +++ b/modules/home/crow/home.nix @@ -3,7 +3,7 @@ home = { username = "crow"; homeDirectory = "/home/crow"; - stateVersion = config.system.stateVersion; + stateVersion = "24.05"; file.".config/hypr/hyprland.conf" = lib.mkIf config.hypr.enable { source = ./hyprland.conf; };