Update files

This commit is contained in:
2026-03-27 09:31:53 +00:00
parent 356b2a82aa
commit b4c63b8b79
3 changed files with 4 additions and 0 deletions

View File

@@ -47,6 +47,7 @@
rustc # Rust compiler
rustfmt # Rust formatter
satty # Screenshot editor TODO: Figure out and configure
seahorse # GNOME Keyring manager
sshpass # SSH with password in CLI, used by install scripts
swaybg # Wayland wallpaper utility
tldr # Simplified man pages

View File

@@ -26,6 +26,7 @@
autoLogin.user = "chris";
defaultSession = "hyprland-uwsm";
};
gnome.gnome-keyring.enable = true;
};
security.pam.services.sddm.enableGnomeKeyring = true;
}