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
|
|
@ -100,9 +100,6 @@ in {
|
|||
# Enable color management
|
||||
services.colord.enable = true;
|
||||
|
||||
hardware.opengl.driSupport = true;
|
||||
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
p7zip
|
||||
];
|
||||
|
|
@ -134,7 +131,7 @@ in {
|
|||
# package = pkgs.bluez;
|
||||
};
|
||||
|
||||
hardware.opengl.driSupport32Bit = mkDefault cfg.gaming.enable;
|
||||
hardware.graphics.enable32Bit = mkDefault cfg.gaming.enable;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
glxinfo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue