diff --git a/x230.nix b/x230.nix index 9298c34..d5e053c 100644 --- a/x230.nix +++ b/x230.nix @@ -1,12 +1,6 @@ { config, pkgs, lib, ... }: { - home.packages = with pkgs; [ - wlsunset - ]; - wayland.windowManager.sway.config = { - startup = [ - { command = "bash ~/scripts/sunset.sh"; } - ]; - }; + services.batsignal.enable = true; +# services.batsignal.extraArgs = [ "-p" ]; }