[WIP] Several changes

- `foot` fonts and background color
- `helix` editor
- `pass` related aliases in shell
- `nix-index` automatic update
- `sway`/`waybar` changes
-  new `beebox` host
- `kodi` module
- `coredns` for `hs`
This commit is contained in:
Andrea Ciceri 2022-10-18 10:55:48 +02:00
parent 859896c9b2
commit 759b200b45
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
14 changed files with 313 additions and 41 deletions

View file

@ -9,17 +9,18 @@
settings = {
main = {
term = "xterm-256color";
font = "Fira Code:size=11";
login-shell = "yes";
font = "Fira Code,Symbols Nerd Font,JoyPixels";
dpi-aware = "yes";
};
mouse = {
hide-when-typing = "yes";
};
colors = {
background = "282C34";
};
};
};
# without `--login-shell` PATH isn't well configured (it's inherited from the "systemd shell")
systemd.user.services.foot.Service.ExecStart = lib.mkForce "${config.programs.foot.package}/bin/foot --server --login-shell";
}