From cd3ef1e0de9bd53b2fbef9ba8bd0df79e0510d43 Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Thu, 17 Apr 2025 17:47:17 -0400 Subject: [PATCH] flake etc --- flake.lock | 18 +++++++++--------- hosts/eddie/configuration.nix | 9 --------- modules/home/niri.nix | 1 + 3 files changed, 10 insertions(+), 18 deletions(-) diff --git a/flake.lock b/flake.lock index 28beefa..0cc60e0 100644 --- a/flake.lock +++ b/flake.lock @@ -362,11 +362,11 @@ ] }, "locked": { - "lastModified": 1744900287, - "narHash": "sha256-LkXy5EzlTplW5LwPsAL4y1mKASY0GjHHZNNBPUAI3D8=", + "lastModified": 1744919155, + "narHash": "sha256-IJksPW32V9gid9vDxoloJMRk+YGjxq5drFHBFeBkKU8=", "owner": "nix-community", "repo": "home-manager", - "rev": "c3c91dd8b4974ce221748b997e644c4838e3ebbc", + "rev": "72526a5f7cde2ef9075637802a1e2a8d2d658f70", "type": "github" }, "original": { @@ -524,11 +524,11 @@ "systems": "systems_2" }, "locked": { - "lastModified": 1744874332, - "narHash": "sha256-U+1kjI/XPqHL/DgOoKGf+SSgrzfw0tLBh7gMbF384+w=", + "lastModified": 1744909672, + "narHash": "sha256-9i7uciOr3+hjvesMBlrVq5TgR6fSXYP5RziCnMgfi/E=", "owner": "hyprwm", "repo": "hyprlock", - "rev": "248dfb09f7eac514f76ce6fffcd580610fd79fa6", + "rev": "b3f1aa7580d100032a810343b36b758a8026ec43", "type": "github" }, "original": { @@ -1534,11 +1534,11 @@ "rust-overlay": "rust-overlay_3" }, "locked": { - "lastModified": 1744805292, - "narHash": "sha256-N8FIMhskRvkN+d4dFvNjOPyD0nS2HMFdV1epv4/INw4=", + "lastModified": 1744916453, + "narHash": "sha256-7Yl9wjU6xwucoAs7eG38Hn5TquDHn2dIBbTK5MW/fPQ=", "owner": "sxyazi", "repo": "yazi", - "rev": "510cb14ab6e348029763ec4c77a5b6a8c4b38caa", + "rev": "c38be35250b6744b9d0428b0a59cc8dfe2e3f9ce", "type": "github" }, "original": { diff --git a/hosts/eddie/configuration.nix b/hosts/eddie/configuration.nix index 80ee6c3..679505f 100644 --- a/hosts/eddie/configuration.nix +++ b/hosts/eddie/configuration.nix @@ -624,15 +624,6 @@ openFirewall = true; nssmdns4 = true; }; - services.samba = { - enable = true; - package = pkgs.sambaFull; - openFirewall = true; - }; - services.samba-wsdd = { - enable = true; - openFirewall = true; - }; users.groups.uinput = { }; # add user accounts diff --git a/modules/home/niri.nix b/modules/home/niri.nix index 841fba3..117ab9b 100644 --- a/modules/home/niri.nix +++ b/modules/home/niri.nix @@ -331,6 +331,7 @@ in "Mod+Shift+A" = { hotkey-overlay.title = "Lock Session"; action = spawn "hyprlock"; + allow-when-locked = true; }; "XF86AudioPlay" = {