Nix: fix failing module

This commit is contained in:
Mihai Fufezan 2022-07-29 18:39:10 +03:00
parent fd74208453
commit 66680a1149
No known key found for this signature in database
GPG Key ID: 5899325F2F120900
1 changed files with 1 additions and 1 deletions

View File

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