mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-01-21 03:38:34 +01:00
11 lines
152 B
Nix
11 lines
152 B
Nix
|
{ pkgs, config, ... }:
|
||
|
|
||
|
{
|
||
|
system.activationScripts = {
|
||
|
swayncreloader.text = ''
|
||
|
swaync-client -R
|
||
|
swaync-client -rs
|
||
|
'';
|
||
|
};
|
||
|
}
|