update flake lock and remove amdvlk
This commit is contained in:
parent
db1a5abd2f
commit
59b02de155
2 changed files with 36 additions and 46 deletions
|
@ -41,16 +41,6 @@
|
|||
networking.hostName = "GLaDOS";
|
||||
|
||||
services.xserver.videoDrivers = ["amdgpu"];
|
||||
hardware = {
|
||||
# Add vulkan support to GPU
|
||||
graphics.extraPackages = with pkgs; [
|
||||
amdvlk
|
||||
];
|
||||
# For 32 bit applications
|
||||
graphics.extraPackages32 = with pkgs; [
|
||||
driversi686Linux.amdvlk
|
||||
];
|
||||
};
|
||||
programs = {
|
||||
# gamemode.enable = false;
|
||||
# gamemode.settings = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue