Deploy Hyprland config from Lua branch source

This commit is contained in:
2026-04-28 15:51:03 -07:00
parent 8268cced42
commit ac7fe9de54
2 changed files with 18 additions and 5 deletions

View File

@@ -39,7 +39,15 @@ let
home-manager.sharedModules = [
inputs.hyprscratch.homeModules.default
{
({ config, ... }: {
xdg.configFile."hypr" = {
force = true;
source =
if cfg.useLuaConfigBranch
then ../dotfiles/config/hypr
else config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/dotfiles/dotfiles/config/hypr";
};
services.kanshi = {
enable = true;
systemdTarget = "graphical-session.target";
@@ -139,7 +147,7 @@ let
};
};
};
}
})
];
# Hyprland-specific packages