diff --git a/flake.lock b/flake.lock index e9d1c5d..e1b92aa 100644 --- a/flake.lock +++ b/flake.lock @@ -373,11 +373,11 @@ ] }, "locked": { - "lastModified": 1789229958, - "narHash": "sha256-/RQjL9iTDNXB5x/eARV3D50q1BSV4I6dUO1cCyjdpYU=", + "lastModified": 1789242036, + "narHash": "sha256-9K19rzugOfv3xw2kAQTYri07K2qr548ImDyhz9R9OkU=", "ref": "refs/heads/main", - "rev": "2a02c76ad53ee7e324628335bedbb7a71e7abc42", - "revCount": 4497, + "rev": "09d502ea3482cb8414f3f0a8271f201de9264ff0", + "revCount": 4501, "type": "git", "url": "https://forge.darkest.space/hyperhive/hyperhive.git" }, @@ -1057,11 +1057,11 @@ ] }, "locked": { - "lastModified": 1789232649, - "narHash": "sha256-0IP5Zluyh3pjvlzFAnCJ+dOXESxvVxB5vCIYWtVx+AE=", + "lastModified": 1789251874, + "narHash": "sha256-zJfMK8Xxjl8fZ6kEe+B1SpnHTPPEMUz51C7VgNSgp/w=", "owner": "vibec0re", "repo": "trollshell", - "rev": "9eab2211b4aed1b7e601a23363baf2e8ad4350d4", + "rev": "1b2472785e38513468d775018120ec4b1828411f", "type": "github" }, "original": { diff --git a/homeConfigurations/muede/trollshell.nix b/homeConfigurations/muede/trollshell.nix index a58cd13..660ace2 100644 --- a/homeConfigurations/muede/trollshell.nix +++ b/homeConfigurations/muede/trollshell.nix @@ -38,13 +38,9 @@ in }; }; departures = { - enable = true; + enable = false; package = trollshellPkgs.hytte-plugin-departures; }; - usage = { - enable = true; - package = trollshellPkgs.hytte-plugin-usage; - }; weather = { enable = true; package = trollshellPkgs.hytte-plugin-weather;