zsh fix
This commit is contained in:
parent
b5b03dea63
commit
0cef510688
2 changed files with 7 additions and 1 deletions
|
|
@ -60,6 +60,12 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.xserver.videoDrivers = [ "amdgpu" ];
|
||||
# Optionally set environment variable so everything defaults to iGPU
|
||||
environment.variables = {
|
||||
DRI_PRIME = "1";
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
via
|
||||
radeontop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue