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

View File

@@ -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;