changed to xfce, customized kitty

This commit is contained in:
2024-04-09 19:37:39 +02:00
parent 471196a29d
commit b0990e1b2f
2 changed files with 37 additions and 13 deletions

View File

@@ -71,8 +71,11 @@ in {
tuxpaint
krita
# tools
# terminal
kitty
kitty-themes
# tools
rofi
git
eza
@@ -96,6 +99,9 @@ in {
prismlauncher
steam
# development
neovide
# custom
])
@@ -125,6 +131,18 @@ in {
EDITOR = "nvim";
};
programs.kitty = {
enable = true;
font = {
name = "FiraCode Nerd Font";
size = 12;
};
theme = "Gruvbox Dark";
#Also available: Catppuccin-Frappe Catppuccin-Latte Catppuccin-Macchiato Catppuccin-Mocha
# See all available kitty themes at: https://github.com/kovidgoyal/kitty-themes/blob/46d9dfe230f315a6a0c62f4687f6b3da20fd05e4/themes.json
};
programs.neovim = {
enable = true;
package = pkgs-unstable.neovim-unwrapped;