mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[General] Update to 24.11
Drop kwin backports Drop removed printing packages
This commit is contained in:
parent
69ee53452d
commit
d04b4a1f7d
11 changed files with 9 additions and 57 deletions
|
|
@ -59,7 +59,7 @@ in {
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
programs.corectrl.enable = mkDefault config.hardware.opengl.enable;
|
||||
programs.corectrl.enable = mkDefault config.hardware.graphics.enable;
|
||||
|
||||
aviallon.hardware.mesa.package = mkIf cfg.unstable pkgs.unstable.mesa;
|
||||
aviallon.hardware.mesa.package32 = mkIf cfg.unstable pkgs.unstable.driversi686Linux.mesa;
|
||||
|
|
@ -71,7 +71,7 @@ in {
|
|||
optimizePkg { lto = false; } cfg.package32);
|
||||
};
|
||||
|
||||
hardware.opengl = {
|
||||
hardware.graphics = {
|
||||
package = with pkgs; cfg.internal.package.drivers;
|
||||
package32 = with pkgs; cfg.internal.package32.drivers;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue