Compare commits

..

2 Commits

Author SHA1 Message Date
7641390aba desktop/niri: enable animations
Signed-off-by: unexplrd <unexplrd@linerds.us>
2025-06-17 15:01:22 +03:00
539a1d8713 hosts/dunamis/configuration.nix: remove TODO
hosts/legion: autologin, secure boot, tpm

Signed-off-by: unexplrd <unexplrd@linerds.us>
2025-06-17 15:01:22 +03:00
3 changed files with 9 additions and 10 deletions

View File

@ -27,11 +27,6 @@
enable = true; enable = true;
user = "user"; user = "user";
}; };
# TODO: make a module for autologin
# services.greetd.settings.initial_session = {
# user = "user";
# command = "${pkgs.niri}/bin/niri-session";
# };
module = { module = {
config = { config = {

View File

@ -23,17 +23,22 @@
desktop.niri.enable = true; desktop.niri.enable = true;
services.displayManager.autoLogin = {
enable = true;
user = "user";
};
module = { module = {
config = { config = {
laptop.homeRowMods = true; laptop.homeRowMods = true;
powerSave = true; powerSave = true;
# secureBoot = true; secureBoot = true;
# tpmDiskUnlock = true; tpmDiskUnlock = true;
vaapi = "nvidia"; vaapi = "nvidia";
}; };
stylix = { stylix = {
enable = true; enable = true;
theme = "helios"; theme = "gruvbox-dark-pale";
}; };
}; };

View File

@ -228,8 +228,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 {
// slowdown 0.8 slowdown 0.5
off
} }
window-rule { window-rule {