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

View file

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

View file

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

View file

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