- new host `devbox`
- `flake-parts` module to manage agenix secrets
- Searx -> Google again 😩 (it was too slow)
- WIP `git-workspace` module for `home-manager`
- `cgit` module
- `spotify-adblocked` packaged
13 lines
207 B
Nix
13 lines
207 B
Nix
{
|
|
programs.kitty = {
|
|
enable = true;
|
|
font = {
|
|
name = "Fira Code";
|
|
size = 12;
|
|
};
|
|
settings = {
|
|
disable_ligatures = "cursor";
|
|
confirm_os_window_close = 0;
|
|
};
|
|
};
|
|
}
|