feat: update system

This commit is contained in:
2025-05-29 19:56:55 +02:00
parent 48e66ab57a
commit 62639b6002
3 changed files with 46 additions and 24 deletions

View File

@@ -24,11 +24,17 @@ in
];
home.packages = with pkgs; [
polkit_gnome
(gnome-keyring.overrideAttrs (oldAttrs: {
configureFlags = oldAttrs.configureFlags ++ [
"--disable-ssh-agent"
];
}))
(gnome-keyring.overrideAttrs (
{
configureFlags ? [ ],
...
}:
{
configureFlags = configureFlags ++ [
"--disable-ssh-agent"
];
}
))
];
/*
systemd.user.services = {