master-p #1

Merged
xbazzi merged 12 commits from master-p into master 2025-08-10 00:23:44 -06:00
Showing only changes of commit 3086ba0d51 - Show all commits

View File

@ -20,7 +20,7 @@
homeManagerModules.default =
{ config, lib, ... }:
{
xdg.configFile."quickshell/hyprshell".source = ./hyprshell;
home.file.".config/quickshell/hyprshell".source = ./hyprshell;
};
};
}