wallpaper & screen setup for VM
This commit is contained in:
parent
4f89114ed2
commit
d21dfbc6fd
3 changed files with 10 additions and 0 deletions
|
|
@ -43,6 +43,10 @@
|
||||||
|
|
||||||
displayManager = {
|
displayManager = {
|
||||||
defaultSession = "none+i3";
|
defaultSession = "none+i3";
|
||||||
|
# TODO: adapt to actual monitor config
|
||||||
|
setupCommands = ''
|
||||||
|
${pkgs.xorg.xrandr}/bin/xrandr --output Virtual1 --mode 1920x1080;
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
windowManager.i3 = {
|
windowManager.i3 = {
|
||||||
|
|
@ -53,6 +57,8 @@
|
||||||
i3lock
|
i3lock
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
desktopManager.wallpaper.mode = "fill";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
4
home.nix
4
home.nix
|
|
@ -50,6 +50,10 @@ in
|
||||||
source = ./programm_configs/lock.sh;
|
source = ./programm_configs/lock.sh;
|
||||||
target = ".config/i3/lock.sh";
|
target = ".config/i3/lock.sh";
|
||||||
};
|
};
|
||||||
|
wallpaper = {
|
||||||
|
source = ./media/wallpaper.png;
|
||||||
|
target = ".background-image";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# envars
|
# envars
|
||||||
|
|
|
||||||
BIN
media/wallpaper.png
Normal file
BIN
media/wallpaper.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 MiB |
Loading…
Add table
Add a link
Reference in a new issue