hyprland: seperate swaync from anyrun
This commit is contained in:
parent
7e72f42d43
commit
46c9d96116
1 changed files with 4 additions and 0 deletions
|
@ -140,7 +140,11 @@ in
|
|||
}
|
||||
'';
|
||||
};
|
||||
}];
|
||||
})
|
||||
|
||||
({
|
||||
home-manager.sharedModules = [{
|
||||
services.swaync = {
|
||||
enable = true;
|
||||
style = builtins.readFile "${inputs.rose-pine-swaync}/theme/rose-pine.css";
|
||||
|
|
Loading…
Reference in a new issue