hyprland: seperate swaync from anyrun

This commit is contained in:
Zynh Ludwig 2025-03-19 21:31:52 -07:00
parent 7e72f42d43
commit 46c9d96116

View file

@ -140,7 +140,11 @@ in
}
'';
};
}];
})
({
home-manager.sharedModules = [{
services.swaync = {
enable = true;
style = builtins.readFile "${inputs.rose-pine-swaync}/theme/rose-pine.css";