From ef54e787d1875d107b1e0f16353029df79000c14 Mon Sep 17 00:00:00 2001 From: caley Date: Thu, 28 May 2026 14:29:46 +0200 Subject: Update cat.nix --- nixos/cat.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nixos') diff --git a/nixos/cat.nix b/nixos/cat.nix index 7953f2d..44723ab 100644 --- a/nixos/cat.nix +++ b/nixos/cat.nix @@ -186,14 +186,13 @@ home.packages = with pkgs; [ (writeShellScriptBin "master" '' - options="config\nsettings\nwallpaper\nssh\npower" + options="config\nsettings\nwallpaper\npower" choice=$(echo -e "$options" | ${pkgs.rofi}/bin/rofi -dmenu -i -p ">") case "$choice" in *config*) exec "config" ;; *settings*) exec "settings" ;; *wallpaper*) exec "wallpaper" ;; - *ssh*) exec "ssh" ;; *power*) exec "power" ;; esac '') -- cgit v1.3.1