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:
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -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 {
|
||||||
|
Reference in New Issue
Block a user