Move kitty back

main
Matthew Ess 2021-05-05 21:03:56 -04:00
parent f1083b9a67
commit 7b84ccba84
4 changed files with 11 additions and 14 deletions

View File

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

View File

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