zaphyra's git: nixfiles

zaphyra's nixfiles

commit b05415d53a204200e08547a08fb8ff048a4ae0e1
parent 98c539bbd00bc29ca704e7ce766734e55342d1bf
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Tue, 22 Jul 2025 13:40:50 +0200

config/home/zaphyra/programs: add `overskride`
3 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/config/home/zaphyra/configure/niri.nix b/config/home/zaphyra/configure/niri.nix
@@ -27,6 +27,7 @@ in
 
     programs.ghostty
     programs.fuzzel
+    programs.overskride
   ];
 
   home.persistence."/nix/persist/home/${config.home.username}".directories = [
diff --git a/config/home/zaphyra/programs/overskride.nix b/config/home/zaphyra/programs/overskride.nix
@@ -0,0 +1,7 @@
+{ pkgs, ... }:
+
+{
+
+	home.packages = [ pkgs.overskride ];
+
+}+
\ No newline at end of file
diff --git a/config/home/zaphyra/services/swaync.nix b/config/home/zaphyra/services/swaync.nix
@@ -90,7 +90,8 @@
           {
             type = "toggle";
             label = "";
-            command = "swaync-client -cp; ${config.home.sessionVariables.TERMINAL} -e ${lib.getExe pkgs.bluetui}";
+#            command = "swaync-client -cp; ${config.home.sessionVariables.TERMINAL} --confirm-close-surface=false -e ${lib.getExe pkgs.bluetui}";
+            command = "swaync-client -cp; ${lib.getExe pkgs.overskride}";
             update-command = "sh -c 'bluetoothctl show | grep -q \\\"Powered: yes\\\" && echo true || echo false'";
           }
           {