From 98691bb8461190066d878cc508144937dd51168e Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Fri, 11 Jul 2025 10:59:17 -0400 Subject: [PATCH] trying to fix gnome keyring unlock and more updates --- flake.lock | 30 +++++++++++++++--------------- hosts/eddie/configuration.nix | 6 +++--- hosts/eddie/packages.nix | 3 +-- modules/home/shell-conf.nix | 2 ++ 4 files changed, 21 insertions(+), 20 deletions(-) diff --git a/flake.lock b/flake.lock index eab0c70..9fc404d 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/hosts/eddie/configuration.nix b/hosts/eddie/configuration.nix index 0010125..d82dd83 100644 --- a/hosts/eddie/configuration.nix +++ b/hosts/eddie/configuration.nix @@ -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 = { diff --git a/hosts/eddie/packages.nix b/hosts/eddie/packages.nix index e8b085e..8103c28 100644 --- a/hosts/eddie/packages.nix +++ b/hosts/eddie/packages.nix @@ -34,8 +34,7 @@ gnome-themes-extra gnomeExtensions.appindicator gnome-settings-daemon - swayidle - swaylock-plugin nushell + libsecret ]; } diff --git a/modules/home/shell-conf.nix b/modules/home/shell-conf.nix index 1bdff5f..bd70127 100644 --- a/modules/home/shell-conf.nix +++ b/modules/home/shell-conf.nix @@ -90,6 +90,8 @@ vivid caddy + + visidata ]; home.shellAliases = {