hosts/dunamis/configuration.nix: sshServe.write = true;

modules/home/desktop/niri/default.nix: animation slowdown to 0.8

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-03-25 23:59:27 +02:00
parent 6dc7762d90
commit 9286d95f0a
2 changed files with 2 additions and 2 deletions

View File

@ -27,6 +27,7 @@
settings.experimental-features = ["nix-command" "flakes"]; settings.experimental-features = ["nix-command" "flakes"];
daemonCPUSchedPolicy = "idle"; daemonCPUSchedPolicy = "idle";
sshServe.enable = true; sshServe.enable = true;
sshServe.write = true;
sshServe.keys = map (f: builtins.readFile f) config.users.users.user.openssh.authorizedKeys.keyFiles; sshServe.keys = map (f: builtins.readFile f) config.users.users.user.openssh.authorizedKeys.keyFiles;
}; };

View File

@ -528,8 +528,7 @@ in {
screenshot-path "${xdgPics}/screenshots/screenshot-%Y-%m-%d-%H-%M-%S.png" screenshot-path "${xdgPics}/screenshots/screenshot-%Y-%m-%d-%H-%M-%S.png"
animations { animations {
off slowdown 0.8
slowdown 0.7
} }
window-rule { window-rule {