From c28905a0817f24a28a50d49e27111d7ccdc9c415 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Violet=20Truchse=C3=9F?= Date: Mon, 12 Feb 2024 12:53:19 +0100 Subject: [PATCH] enabled batsignal on x230 --- x230.nix | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) 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" ]; }