e4b359c5ca
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.
7 lines
144 B
Nix
7 lines
144 B
Nix
{pkgs, ...}: {
|
|
home.packages = [
|
|
(import ./nvidia-offload.nix {inherit pkgs;})
|
|
(import ./restart-noctalia.nix {inherit pkgs;})
|
|
];
|
|
}
|