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