Files
garandos/modules/home/scripts/restart-noctalia.nix
T
GarandPLG e4b359c5ca Add screenshot and ntfy plugins; update keybinds
Disable the notify-client module on all hosts. Install hyprshot, enable
screenshot and ntfy‑notifications plugins, set screenshot mode to
region,
and add keybindings for these features. Introduce a restart‑noctalia
script and include it in the home scripts.
2026-05-14 18:14:05 +02:00

7 lines
112 B
Nix

{pkgs}:
pkgs.writeShellScriptBin "restart-noctalia" ''
noctalia-shell kill
sleep 1.5
noctalia-shell -d
''