Background working for PBP host
This commit is contained in:
parent
ce1484753d
commit
8f2faaead9
2 changed files with 11 additions and 5 deletions
|
@ -5,5 +5,5 @@
|
||||||
] ++ suites.base;
|
] ++ suites.base;
|
||||||
|
|
||||||
bud.enable = true;
|
bud.enable = true;
|
||||||
bud.localFlakeClone = "/home/andrea/fleet";
|
bud.localFlakeClone = "/home/ccr/fleet";
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,9 +12,15 @@
|
||||||
config = {
|
config = {
|
||||||
modifier = modifier;
|
modifier = modifier;
|
||||||
menu = "${pkgs.bemenu}/bin/bemenu-run -b -m 1 -p 'λ'";
|
menu = "${pkgs.bemenu}/bin/bemenu-run -b -m 1 -p 'λ'";
|
||||||
output = {
|
output =
|
||||||
|
let
|
||||||
|
bg = "${./wallpaper.jpg} fill"; in
|
||||||
|
{
|
||||||
HDMI-A-2 = {
|
HDMI-A-2 = {
|
||||||
bg = "${./wallpaper.jpg} fill";
|
inherit bg;
|
||||||
|
};
|
||||||
|
eDP-1 = {
|
||||||
|
inherit bg;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
#fonts = [ "Font Awesome" "Fira Code" ];
|
#fonts = [ "Font Awesome" "Fira Code" ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue