needed software
This commit is contained in:
parent
12f4f8b5c3
commit
6cdd4636e0
2 changed files with 9 additions and 0 deletions
|
|
@ -52,6 +52,9 @@ in {
|
|||
qt6Packages.qtdeclarative
|
||||
wgsl-analyzer
|
||||
|
||||
# Tools
|
||||
drawio
|
||||
|
||||
# Java
|
||||
openjdk8
|
||||
openjdk11
|
||||
|
|
|
|||
|
|
@ -10,6 +10,11 @@
|
|||
enable32Bit = true;
|
||||
};
|
||||
|
||||
bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = true;
|
||||
};
|
||||
|
||||
nvidia = {
|
||||
modesetting.enable = true;
|
||||
open = false;
|
||||
|
|
@ -29,6 +34,7 @@
|
|||
};
|
||||
|
||||
services.xserver.videoDrivers = [ "amdgpu" "nvidia" ];
|
||||
services.blueman.enable = true;
|
||||
|
||||
environment.sessionVariables = {
|
||||
GBM_BACKEND = "nvidia-drm";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue