Things
- 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
This commit is contained in:
parent
29bea282e7
commit
52298435cd
23 changed files with 947 additions and 67 deletions
13
hmModules/kitty/default.nix
Normal file
13
hmModules/kitty/default.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
font = {
|
||||
name = "Fira Code";
|
||||
size = 12;
|
||||
};
|
||||
settings = {
|
||||
disable_ligatures = "cursor";
|
||||
confirm_os_window_close = 0;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue