fix gnome-keyring

This commit is contained in:
2025-12-23 02:13:27 +01:00
parent 261b704d31
commit 4ff1acc318
3 changed files with 9 additions and 21 deletions

View File

@@ -40,6 +40,7 @@ in
system.stateVersion = "24.05";
nix.settings.experimental-features = [ "nix-command" "flakes" ];
# Define a user account. Don't forget to set a password with passwd.
my-namespace.gnome-keyring.enable = true;
users.users.andreas = {
isNormalUser = true;
description = "Andreas Schaafsma";