diff options
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/cat.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
