fix bg image
This commit is contained in:
parent
9a4f3a2e74
commit
e0518147fa
1 changed files with 3 additions and 1 deletions
4
home.nix
4
home.nix
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue