From 4515249fa6aba32e6eec84b36f3a899ea8bc4b0e Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Sun, 21 Sep 2025 15:05:33 -0500 Subject: [PATCH 1/2] chore(nix): update flake --- flake.lock | 18 +++++++++--------- nix/hosts/minji/home.nix | 4 +--- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/flake.lock b/flake.lock index ce7b9f1..017e669 100644 --- a/flake.lock +++ b/flake.lock @@ -149,11 +149,11 @@ ] }, "locked": { - "lastModified": 1756261190, - "narHash": "sha256-eiy0klFK5EVJLNilutR7grsZN/7Itj9DyD75eyOf83k=", + "lastModified": 1758464306, + "narHash": "sha256-i56XRXqjwJRdVYmpzVUQ0ktqBBHqNzQHQMQvFRF/acQ=", "owner": "nix-community", "repo": "home-manager", - "rev": "77f348da3176dc68b20a73dab94852a417daf361", + "rev": "939e91e1cff1f99736c5b02529658218ed819a2a", "type": "github" }, "original": { @@ -164,11 +164,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1757103352, - "narHash": "sha256-PtT7ix43ss8PONJ1VJw3f6t2yAoGH+q462Sn8lrmWmk=", + "lastModified": 1757943327, + "narHash": "sha256-w6cDExPBqbq7fTLo4dZ1ozDGeq3yV6dSN4n/sAaS6OM=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "11b2a10c7be726321bb854403fdeec391e798bf0", + "rev": "67a709cfe5d0643dafd798b0b613ed579de8be05", "type": "github" }, "original": { @@ -196,11 +196,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1756125398, - "narHash": "sha256-XexyKZpf46cMiO5Vbj+dWSAXOnr285GHsMch8FBoHbc=", + "lastModified": 1758277210, + "narHash": "sha256-iCGWf/LTy+aY0zFu8q12lK8KuZp7yvdhStehhyX1v8w=", "owner": "nixos", "repo": "nixpkgs", - "rev": "3b9f00d7a7bf68acd4c4abb9d43695afb04e03a5", + "rev": "8eaee110344796db060382e15d3af0a9fc396e0e", "type": "github" }, "original": { diff --git a/nix/hosts/minji/home.nix b/nix/hosts/minji/home.nix index 13f0ea7..83daea4 100644 --- a/nix/hosts/minji/home.nix +++ b/nix/hosts/minji/home.nix @@ -40,8 +40,7 @@ nitrogen networkmanager nixfmt-classic - # FIXME: broken package build - # hurl + hurl gh libnotify tokei @@ -108,7 +107,6 @@ protonvpn-gui proton-pass lutris - stremio qbittorrent davinci-resolve-studio handbrake From ee8e9988351bd258f725fe73b5ee2964583c533f Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Sun, 21 Sep 2025 15:05:45 -0500 Subject: [PATCH 2/2] fix(nix): enable nm-applet --- nix/hosts/minji/sys.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/hosts/minji/sys.nix b/nix/hosts/minji/sys.nix index 3e78c0d..e8ca534 100644 --- a/nix/hosts/minji/sys.nix +++ b/nix/hosts/minji/sys.nix @@ -209,6 +209,8 @@ }; }; + programs.nm-applet.enable = true; + # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave