mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-09 23:49:43 +00:00
add kitty themes and configuration
This commit is contained in:
parent
7f857328d0
commit
81411b3ab5
1 changed files with 16 additions and 2 deletions
18
home.nix
18
home.nix
|
@ -40,9 +40,9 @@
|
|||
# (pkgs.writeShellScriptBin "my-hello" ''
|
||||
# echo "Hello, ${config.home.username}!"
|
||||
# '')
|
||||
xsel wget neofetch htop oh-my-zsh git chromium kitty plasma5Packages.qtstyleplugin-kvantum kdeconnect
|
||||
xsel wget neofetch htop oh-my-zsh git chromium plasma5Packages.qtstyleplugin-kvantum kdeconnect
|
||||
bat microsoft-edge vivaldi vivaldi-ffmpeg-codecs x264 nerdfonts joypixels rustc cargo unzip ocs-url
|
||||
nextcloud-client duf neovim foliate mpv obsidian dino aria2 bitwarden
|
||||
nextcloud-client duf neovim foliate mpv obsidian dino aria2 bitwarden kitty-themes
|
||||
];
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
|
@ -68,6 +68,20 @@
|
|||
};
|
||||
};
|
||||
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
extraConfig = "include ~/.config/kitty/current-theme.conf
|
||||
font_family JetBrainsMono Nerd Font
|
||||
bold_font auto
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
wayland_titlebar_color system
|
||||
hide_window_decorations no
|
||||
linux_display_server x11
|
||||
confirm_os_window_close 0
|
||||
";
|
||||
};
|
||||
|
||||
|
||||
# programs.neovim = {
|
||||
# enable = true;
|
||||
|
|
Loading…
Reference in a new issue