From 1661a8e5d670d7c0cea83aa62b7a6ff0e90e818d Mon Sep 17 00:00:00 2001 From: Patrick Menking Date: Tue, 17 Sep 2024 15:53:36 -0400 Subject: [PATCH] Home-manager changes --- modules/home/crow/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/crow/home.nix b/modules/home/crow/home.nix index b963d2a..1c2e2ad 100644 --- a/modules/home/crow/home.nix +++ b/modules/home/crow/home.nix @@ -3,7 +3,7 @@ home = { username = "crow"; homeDirectory = "/home/crow"; - stateVersion = system.stateVersion; + stateVersion = config.system.stateVersion; file.".config/hypr/hyprland.conf" = lib.mkIf config.hypr.enable { source = ./hyprland.conf; };