diff options
| author | caley <u65487754@gmail.com> | 2026-05-28 14:24:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-28 14:24:50 +0200 |
| commit | bcb6114e097345dcf21cb6007ccac8170161d8e5 (patch) | |
| tree | d0d867a198f203717e50d1811e8fb234a0771e8a | |
| parent | c8e1837c9bc237ccf6c6497cfe4469473697b895 (diff) | |
Update cat.nix
| -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 |
