Working multi-GPU/single-GPU setup

This commit is contained in:
Gerg-L 2023-03-16 21:44:50 -04:00
parent 84b15db0af
commit 1d06b35262
12 changed files with 317 additions and 87 deletions

View file

@ -20,7 +20,7 @@ in {
enable = true;
displayManager = {
sessionCommands = ''
${pkgs.feh}/bin/feh --bg-scale ${self + /misc/recursion.png}
${pkgs.feh}/bin/feh --bg-center ${self + /misc/recursion.png}
${pkgs.numlockx}/bin/numlockx
'';
defaultSession = "none+dwm";