fix bg image

This commit is contained in:
Daniella / Tove 2024-10-19 15:31:20 +02:00
parent 9a4f3a2e74
commit e0518147fa
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -43,6 +43,7 @@ in
nheko
olm
mkchromecast
feh
]);
nixpkgs.config.permittedInsecurePackages = [
@ -110,10 +111,11 @@ in
size = 12.0;
};
}];
defaultWorkspace = "1";
defaultWorkspace = 1;
gaps = {
inner = 12;
};
extraConfig = "exec feh --bg-fill .background-image"
};
};
programs.i3status.enable = true;