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 22{
33 imports = [
44 ../../../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?
66 ../../../common/gpu/amd # The K330 could be bought with AMD GPUs but I don't have that configuration
77 ../../../common/pc
88 ] ;
1414 # What if somebody installs both plasma AND another DE?
1515 # The goal is to prefer x11 over wayland due to compatibility issues with the old hardware
1616
17-
17+
1818 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