File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ { ... } :
2
+ {
3
+ imports = [ ../. ] ;
4
+
5
+ # The open source driver does not support Fermi GPUs.
6
+ hardware . nvidia . open = false ;
7
+ }
Original file line number Diff line number Diff line change 2
2
{
3
3
imports = [
4
4
../../../common/cpu/intel
5
- ../../../common/gpu/nvidia # Is it possible/advisable to pin this to the 390.xx driver family in case the user wants to use non-free drivers?
5
+ ../../../common/gpu/nvidia/fermi # Is it possible/advisable to pin this to the 390.xx driver family in case the user wants to use non-free drivers?
6
6
../../../common/gpu/amd # The K330 could be bought with AMD GPUs but I don't have that configuration
7
7
../../../common/pc
8
8
] ;
14
14
# What if somebody installs both plasma AND another DE?
15
15
# The goal is to prefer x11 over wayland due to compatibility issues with the old hardware
16
16
17
-
17
+
18
18
services . displayManager . defaultSession = lib . mkIf config . services . xserver . desktopManager . plasma6 . enable ( lib . mkDefault "plasmax11" ) ;
19
- }
19
+ }
You can’t perform that action at this time.
0 commit comments