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 13a375598a - Show all commits

View File

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