mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-19 11:01:52 +02:00
meta: Move batsignal to separate module
This commit is contained in:
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;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user