work: Set correct lock wallpaper resolution, add wayvnc to packages
This commit is contained in:
parent
13065aced9
commit
e6af2df264
1 changed files with 2 additions and 1 deletions
|
@ -146,7 +146,7 @@ in
|
||||||
starship.enable = true;
|
starship.enable = true;
|
||||||
sway = {
|
sway = {
|
||||||
enable = true;
|
enable = true;
|
||||||
lock-wallpaper = ../../wallpapers/river-2560.png;
|
lock-wallpaper = ../../wallpapers/river-3840.png;
|
||||||
output = {
|
output = {
|
||||||
"DP-1" = {
|
"DP-1" = {
|
||||||
bg = "${../../wallpapers/river-3840.png} fill";
|
bg = "${../../wallpapers/river-3840.png} fill";
|
||||||
|
@ -259,6 +259,7 @@ in
|
||||||
unzip
|
unzip
|
||||||
xdg-utils
|
xdg-utils
|
||||||
xkb-switch
|
xkb-switch
|
||||||
|
wayvnc
|
||||||
winetricks
|
winetricks
|
||||||
wineWowPackages.stable
|
wineWowPackages.stable
|
||||||
zathura
|
zathura
|
||||||
|
|
Loading…
Reference in a new issue