mirror of
https://github.com/Trensa-Organization/Hyprland.git
synced 2025-03-16 03:03:40 +01:00
Nix: fix failing module
This commit is contained in:
parent
fd74208453
commit
66680a1149
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ in {
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
environment.systemPackages = [cfg.package] ++ cfg.extraPackages;
|
||||
environment.systemPackages = [cfg.package];
|
||||
security.polkit.enable = true;
|
||||
hardware.opengl.enable = mkDefault true;
|
||||
fonts.enableDefaultFonts = mkDefault true;
|
||||
|
|
Loading…
Add table
Reference in a new issue