mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 09:56:12 +01:00
changed to xfce, customized kitty
This commit is contained in:
20
home.nix
20
home.nix
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user