From bcb6114e097345dcf21cb6007ccac8170161d8e5 Mon Sep 17 00:00:00 2001 From: caley Date: Thu, 28 May 2026 14:24:50 +0200 Subject: Update cat.nix --- nixos/cat.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/cat.nix b/nixos/cat.nix index 9ffe6a6..124ec10 100644 --- a/nixos/cat.nix +++ b/nixos/cat.nix @@ -213,7 +213,7 @@ home.packages = with pkgs; [ esac (writeShellScriptBin "power" '' - options="lock\nlogout\nshutdown\nreboot" + options="lock\nlogout\nreboot\nshutdown" choice=$(echo -e "$options" | ${pkgs.rofi}/bin/rofi -dmenu -i -p ">") case "$choice" in -- cgit v1.3.1