updated flake and decoupled useless runtimePackages
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user