zaneyos/config/system/autorun.nix

11 lines
152 B
Nix
Raw Normal View History

{ pkgs, config, ... }:
{
system.activationScripts = {
swayncreloader.text = ''
swaync-client -R
swaync-client -rs
'';
};
}