From 1910db8bd244769c9cd91fae644635d005b0970f Mon Sep 17 00:00:00 2001 From: voidarc Date: Sat, 11 Jul 2026 14:54:14 +0100 Subject: [PATCH] updated flake and decoupled useless runtimePackages --- flake.lock | 8 ++++---- modules/features/hyprland/default.nix | 4 +--- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index b24b92b..62e14ec 100644 --- a/flake.lock +++ b/flake.lock @@ -373,11 +373,11 @@ "wshowkeys": "wshowkeys" }, "locked": { - "lastModified": 1783771459, - "narHash": "sha256-U+RNUy0UjDgAMIiAVZCJRmtcriGAE4tqOkprvs2/nE4=", + "lastModified": 1783777857, + "narHash": "sha256-5tIpGp3E+hsDvWQWtAEvvQfUv+wdi6OsS1qziLPMJhk=", "ref": "refs/heads/main", - "rev": "78ad02d6c19d9cdb589c2b446807449b7bbf48d2", - "revCount": 46, + "rev": "e561e6d3be18fc3d5dc35380dc6a87ebc518b471", + "revCount": 47, "type": "git", "url": "https://git.voidarc.co.uk/voidarc/hypr" }, diff --git a/modules/features/hyprland/default.nix b/modules/features/hyprland/default.nix index 5e7b843..a92dd0f 100644 --- a/modules/features/hyprland/default.nix +++ b/modules/features/hyprland/default.nix @@ -7,7 +7,6 @@ flake.nixosModules.hyprland = moduleWithSystem ({ self', pkgs, - system, ... }: let modules = with self.nixosModules; [ @@ -15,14 +14,13 @@ systemTheme ]; runtimePkgs = self'.packages.hyprland.passthru.runtimePackages; - lib = pkgs.lib; + lib = pkgs.lib; in { imports = modules; programs.hyprland = { enable = true; package = self'.packages.hyprland; - portalPackage = inputs.hyprland.inputs.hyprland.packages.${system}.xdg-desktop-portal-hyprland; }; services.xserver.enable = true;