mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-21 15:53:32 +01:00
meta: Move batsignal to separate module
This commit is contained in:
parent
9d93f39175
commit
0a7ac98d82
3
home/batsignal.nix
Normal file
3
home/batsignal.nix
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
services.batsignal.enable = true;
|
||||||
|
}
|
@ -335,7 +335,6 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
batsignal.enable = true;
|
|
||||||
swaync.enable = true;
|
swaync.enable = true;
|
||||||
hyprpaper.enable = mkForce false;
|
hyprpaper.enable = mkForce false;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user