mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
Working multi-GPU/single-GPU setup
This commit is contained in:
parent
84b15db0af
commit
1d06b35262
12 changed files with 317 additions and 87 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue