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.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{pkgs, ...}: {
|
||||
home.packages = [
|
||||
(import ./nvidia-offload.nix {inherit pkgs;})
|
||||
(import ./restart-noctalia.nix {inherit pkgs;})
|
||||
];
|
||||
}
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{pkgs}:
|
||||
pkgs.writeShellScriptBin "restart-noctalia" ''
|
||||
noctalia-shell kill
|
||||
sleep 1.5
|
||||
noctalia-shell -d
|
||||
''
|
||||
Reference in New Issue
Block a user