more of the same
This commit is contained in:
@@ -33,20 +33,8 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
# Hardware configs
|
||||
hardware = {
|
||||
# Enable graphics
|
||||
graphics = {
|
||||
enable = true;
|
||||
enable32Bit = true;
|
||||
# extraPackages = [ pkgsVersion.mesa ];
|
||||
# extraPackages32 = [ pkgsVersion.pkgsi686Linux.mesa ];
|
||||
};
|
||||
};
|
||||
|
||||
# Configure polkit
|
||||
security.polkit = {
|
||||
# enable = cfg.corectrl.enablePolkit;
|
||||
security.polkit = lib.mkIf cfg.corectrl.enablePolkit {
|
||||
extraConfig = ''
|
||||
polkit.addRule(function(action, subject) {
|
||||
if ((action.id == "org.corectrl.helper.init" ||
|
||||
|
||||
Reference in New Issue
Block a user