Vibecode refactor of hyprland stuff #2

Merged
torjus merged 12 commits from refactor/hyprland-modular into master 2026-01-30 19:21:13 +00:00
Showing only changes of commit 676a1a6498 - Show all commits

View File

@@ -1,16 +0,0 @@
{
config,
osConfig,
pkgs,
...
}:
{
home.packages = with pkgs; [ hypridle ];
xdg.configFile = {
"hypr/hypridle.conf" = {
source = config.lib.file.mkOutOfStoreSymlink ./. + "/hypridle_${osConfig.system.name}.conf";
target = "hypr/hypridle.conf";
};
};
}