Waybar here i come (#58)

This commit is contained in:
Hadi
2026-08-13 13:55:30 +02:00
committed by GitHub
parent f1f22de7b7
commit 0cef4320fd
137 changed files with 3488 additions and 2941 deletions
+4 -2
View File
@@ -43,10 +43,14 @@ in {
};
};
security.pam.services.greetd.enableGnomeKeyring = true;
# this is a life saver.
# literally no documentation about this anywhere.
# might be good to write about this...
# https://www.reddit.com/r/NixOS/comments/u0cdpi/tuigreet_with_xmonad_how/
# Unlock the gnome-keyring with the login password so apps (browser
# secrets via libsecret, ProtonVPN credentials, …) don't reprompt.
systemd.services.greetd.serviceConfig = {
Type = "idle";
StandardInput = "tty";
@@ -57,6 +61,4 @@ in {
TTYVHangup = true;
TTYVTDisallocate = true;
};
environment.systemPackages = [tuigreet];
}