feat: graphics tweaks

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2024-12-25 19:45:38 +01:00
parent 3a7cd989a6
commit 1eef0130b8
Signed by: lander
GPG key ID: 0142722B4B0C536F

View file

@ -46,6 +46,20 @@
enable32Bit = true; enable32Bit = true;
}; };
#24.11
hardware.graphics.extraPackages = with pkgs; [
amdvlk
];
# For 32 bit applications
hardware.graphics.extraPackages32 = with pkgs; [
driversi686Linux.amdvlk
];
systemd.packages = with pkgs; [lact];
systemd.services.lactd.wantedBy = ["multi-user.target"];
programs.gamemode.enable = true;
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
@ -59,6 +73,7 @@
awscli2 awscli2
libreoffice libreoffice
x32edit x32edit
lact
]; ];
nix.settings.experimental-features = ["nix-command" "flakes"]; nix.settings.experimental-features = ["nix-command" "flakes"];