work: Fix wallpaper, disable bitwarden desktop client
This commit is contained in:
parent
64a8659d45
commit
f7dead6bd4
1 changed files with 5 additions and 4 deletions
|
@ -147,15 +147,15 @@ in
|
|||
enable = true;
|
||||
package = pkgs.swayfx;
|
||||
wayvnc = true;
|
||||
lock-wallpaper = ../../wallpapers/river-3840.png;
|
||||
lock-wallpaper = "${homeCfg.home.homeDirectory}/.wallpapers/river-3840.png";
|
||||
output = {
|
||||
"DP-1" = {
|
||||
bg = "${../../wallpapers/river-3840.png} fill";
|
||||
bg = "${homeCfg.home.homeDirectory}/.wallpapers/river-3840.png fill";
|
||||
mode = "3840x2160@60Hz";
|
||||
position = "0 0";
|
||||
};
|
||||
"DP-3" = {
|
||||
bg = "${../../wallpapers/space_shuttle_endeavour_3840.jpg} fill";
|
||||
bg = "${homeCfg.home.homeDirectory}/.wallpapers/river-3840.png fill";
|
||||
mode = "3840x2160@60Hz";
|
||||
position = "3840 0";
|
||||
};
|
||||
|
@ -237,7 +237,8 @@ in
|
|||
[
|
||||
atool
|
||||
attic-client
|
||||
bitwarden
|
||||
# bitwarden
|
||||
bitwarden-cli
|
||||
blink1-tool
|
||||
bottom
|
||||
chromium
|
||||
|
|
Loading…
Reference in a new issue