trying to fix gnome keyring unlock and more updates

This commit is contained in:
Matt Nish-Lapidus 2025-07-11 10:59:17 -04:00
parent df6f1b1ebe
commit 98691bb846
4 changed files with 21 additions and 20 deletions

30
flake.lock generated
View file

@ -171,11 +171,11 @@
"nixpkgs-stable": "nixpkgs-stable"
},
"locked": {
"lastModified": 1752164814,
"narHash": "sha256-F2c24r/c1tL0WC2uTUaWKTSuWAAu6Mi9CX8VCnns32g=",
"lastModified": 1752226781,
"narHash": "sha256-tzdPce6wQGUSQ4BrnHzC/PW+c+fEXHvfjax2iPx2OP4=",
"owner": "nix-community",
"repo": "emacs-overlay",
"rev": "9972974b23747d11421187718a5039bec3b5f675",
"rev": "4bf862fff2ff0d2618813b698d5b2dbf9cc355cc",
"type": "github"
},
"original": {
@ -662,11 +662,11 @@
]
},
"locked": {
"lastModified": 1752179813,
"narHash": "sha256-Jl/PqoNrGdL7Q9UMCMNDilc/gmG6LbbMFu313tFYeRw=",
"lastModified": 1752202894,
"narHash": "sha256-knafgng4gCjZIUMyAEWjxxdols6n/swkYnbWr+oF+1w=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "729c5e5465a0585b2c492a40d9308ec3ad78a296",
"rev": "fab659b346c0d4252208434c3c4b3983a4b38fec",
"type": "github"
},
"original": {
@ -845,11 +845,11 @@
"systems": "systems_5"
},
"locked": {
"lastModified": 1751139849,
"narHash": "sha256-S4WaVk8tR6svR+L8y4VUjFPSYhsUvA9Oc6zYYELTPY0=",
"lastModified": 1752218742,
"narHash": "sha256-GTJDHmzaeNlsUU0P03q0zHLfOAGtGQCf/oYn2SRPWKE=",
"owner": "hyprwm",
"repo": "hyprlock",
"rev": "fee04f640676868fe343bd3ffd0b81b22bd032ee",
"rev": "17fefce86e6e857783aef38257af7a18be76323a",
"type": "github"
},
"original": {
@ -2147,11 +2147,11 @@
"rust-overlay": "rust-overlay_4"
},
"locked": {
"lastModified": 1752114823,
"narHash": "sha256-+gNelo7nRn9C0csIWPooOvXtmtpx0V9e7n9h5Larf3k=",
"lastModified": 1752195622,
"narHash": "sha256-KLDPuWRfrz4Ri4QRv+D1yFSE6cIZ50uDWSFDZ/lZL1I=",
"owner": "sxyazi",
"repo": "yazi",
"rev": "18795320bb8396247e626d94cc7ecc1c805f3281",
"rev": "6366e46c23da43f7aae7f083d00fd989321b9638",
"type": "github"
},
"original": {
@ -2168,11 +2168,11 @@
]
},
"locked": {
"lastModified": 1752164817,
"narHash": "sha256-LJFIx27IOUowLsJn5wci9mHZ4CesJsiAivQWDjnZPCc=",
"lastModified": 1752208635,
"narHash": "sha256-Vj7AflxLrZ7t+W2y3EE5yxl9rOYeNDbULZgKHOufPes=",
"owner": "0xc000022070",
"repo": "zen-browser-flake",
"rev": "9193992c4c2c4349b4280ec2b49648cae208fe63",
"rev": "e4b21d0fdabda6c7efebeb62897b87291f78e183",
"type": "github"
},
"original": {

View file

@ -189,11 +189,9 @@
greetd.enableGnomeKeyring = true;
greetd-password.enableGnomeKeyring = true;
niri.enableGnomeKeyring = true;
swaylock.enableGnomeKeyring = true;
swaylock-plugin.enableGnomeKeyring = true;
swayidle.enableGnomeKeyring = true;
hypridle.enableGnomeKeyring = true;
hyprlock.enableGnomeKeyring = true;
login.enableGnomeKeyring = true;
};
};
};
@ -261,6 +259,8 @@
npmrc = "prefix=~/.npm-packages";
};
programs.seahorse.enable = true;
programs.nh = {
enable = true;
clean = {

View file

@ -34,8 +34,7 @@
gnome-themes-extra
gnomeExtensions.appindicator
gnome-settings-daemon
swayidle
swaylock-plugin
nushell
libsecret
];
}

View file

@ -90,6 +90,8 @@
vivid
caddy
visidata
];
home.shellAliases = {