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

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;
}; };
}; };
} }