Revert "Move kitty back"

This reverts commit 7b84ccba84.
main
mat ess 2021-05-05 22:43:06 -04:00
parent 79a736cf8b
commit a24f3cf15b
4 changed files with 14 additions and 11 deletions

View File

@ -32,4 +32,12 @@
unzip -d $target $target
end
'';
".config/kitty/kitty.conf".text = ''
font_family Fira Code Regular
bold_font Fira Code Bold
font_size 15.0
clipboard_control write-clipboard write-primary no-append
include ./theme.conf
'';
".config/kitty/theme.conf".source = ../assets/kitty-theme.conf;
}

View File

@ -17,12 +17,4 @@
full_name = "mat"
email = "mat@mat.services"
'';
".config/kitty/kitty.conf".text = ''
font_family Fira Code Regular
bold_font Fira Code Bold
font_size 15.0
clipboard_control write-clipboard write-primary no-append
include ./theme.conf
'';
".config/kitty/theme.conf".source = ../assets/kitty-theme.conf;
}

View File

@ -5,7 +5,6 @@ in {
sessionVariables = {
BROWSER = "vivaldi";
CM_LAUNCHER = "rofi";
TERMINAL = "kitty";
};
packages = with pkgs; [
# command line utilities
@ -42,7 +41,6 @@ in {
clipnotify
gnome3.gnome-disk-utility
i3status-rust
kitty
libappindicator
libnotify
lxappearance

View File

@ -4,7 +4,10 @@ let
email = "mat@mat.services";
in {
home = {
sessionVariables = { EDITOR = "nvim"; };
sessionVariables = {
EDITOR = "nvim";
TERMINAL = "kitty";
};
packages = with pkgs; [
# nix utilities
cachix
@ -21,6 +24,8 @@ in {
neofetch
rlwrap
tealdeer
kitty
];
file = import ../hm-configs/files-all.nix;
};