This commit is contained in:
Javier Feliz 2025-08-10 00:59:49 -04:00
parent 13a375598a
commit 75f87a6b55

View File

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