summaryrefslogtreecommitdiff
path: root/nixos/cat.nix
diff options
context:
space:
mode:
authorcaley <u65487754@gmail.com>2026-05-28 14:24:50 +0200
committerGitHub <noreply@github.com>2026-05-28 14:24:50 +0200
commitbcb6114e097345dcf21cb6007ccac8170161d8e5 (patch)
treed0d867a198f203717e50d1811e8fb234a0771e8a /nixos/cat.nix
parentc8e1837c9bc237ccf6c6497cfe4469473697b895 (diff)
Update cat.nix
Diffstat (limited to 'nixos/cat.nix')
-rw-r--r--nixos/cat.nix2
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