diff --git a/home-manager/core/dotfiles b/home-manager/core/dotfiles index 8a19117..7ad4e33 160000 --- a/home-manager/core/dotfiles +++ b/home-manager/core/dotfiles @@ -1 +1 @@ -Subproject commit 8a191179bd35e090f9f4a57eb1ae825f702f6f7c +Subproject commit 7ad4e33b37234a3af84d1c3239636dae23a85625 diff --git a/home-manager/core/dotfiles.nix b/home-manager/core/dotfiles.nix index 2445f6f..1972273 100644 --- a/home-manager/core/dotfiles.nix +++ b/home-manager/core/dotfiles.nix @@ -77,17 +77,7 @@ "fastfetch".source = ./dotfiles/dot_config/fastfetch; "helix".source = ./dotfiles/dot_config/helix; "home-manager".source = ./dotfiles/dot_config/home-manager; - "hypr" = { - source = ./dotfiles/dot_config/hypr; - recursive = true; - # Here, we use OnChange, because we don't want the config to be mutable but we do want it to - # manage modifiable state at runtime - onChange = '' - rm -f ${config.xdg.configHome}/hypr/inputs.conf - cp ${config.xdg.configHome}/hypr/HomeManagerInit_inputs.conf ${config.xdg.configHome}/hypr/inputs.conf - chmod u+w ${config.xdg.configHome}/hypr/inputs.conf - ''; - }; + "hypr" = ./dotfiles/dot_config/hypr; "just".source = ./dotfiles/dot_config/just; "kitty".source = ./dotfiles/dot_config/kitty; "ghostty".source = ./dotfiles/dot_config/ghostty;