updated flake and decoupled useless runtimePackages

This commit is contained in:
2026-07-11 14:54:14 +01:00
parent 599f44a5a9
commit 1910db8bd2
2 changed files with 5 additions and 7 deletions

8
flake.lock generated
View File

@@ -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"
},

View File

@@ -7,7 +7,6 @@
flake.nixosModules.hyprland = moduleWithSystem ({
self',
pkgs,
system,
...
}: let
modules = with self.nixosModules; [
@@ -22,7 +21,6 @@
programs.hyprland = {
enable = true;
package = self'.packages.hyprland;
portalPackage = inputs.hyprland.inputs.hyprland.packages.${system}.xdg-desktop-portal-hyprland;
};
services.xserver.enable = true;