Move kitty back
parent
f1083b9a67
commit
7b84ccba84
|
@ -32,12 +32,4 @@
|
||||||
unzip -d $target $target
|
unzip -d $target $target
|
||||||
end
|
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;
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,4 +17,12 @@
|
||||||
full_name = "mat"
|
full_name = "mat"
|
||||||
email = "mat@mat.services"
|
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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,6 +5,7 @@ in {
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
BROWSER = "vivaldi";
|
BROWSER = "vivaldi";
|
||||||
CM_LAUNCHER = "rofi";
|
CM_LAUNCHER = "rofi";
|
||||||
|
TERMINAL = "kitty";
|
||||||
};
|
};
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
# command line utilities
|
# command line utilities
|
||||||
|
@ -41,6 +42,7 @@ in {
|
||||||
clipnotify
|
clipnotify
|
||||||
gnome3.gnome-disk-utility
|
gnome3.gnome-disk-utility
|
||||||
i3status-rust
|
i3status-rust
|
||||||
|
kitty
|
||||||
libappindicator
|
libappindicator
|
||||||
libnotify
|
libnotify
|
||||||
lxappearance
|
lxappearance
|
||||||
|
|
|
@ -4,10 +4,7 @@ let
|
||||||
email = "mat@mat.services";
|
email = "mat@mat.services";
|
||||||
in {
|
in {
|
||||||
home = {
|
home = {
|
||||||
sessionVariables = {
|
sessionVariables = { EDITOR = "nvim"; };
|
||||||
EDITOR = "nvim";
|
|
||||||
TERMINAL = "kitty";
|
|
||||||
};
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
# nix utilities
|
# nix utilities
|
||||||
cachix
|
cachix
|
||||||
|
@ -24,8 +21,6 @@ in {
|
||||||
neofetch
|
neofetch
|
||||||
rlwrap
|
rlwrap
|
||||||
tealdeer
|
tealdeer
|
||||||
|
|
||||||
kitty
|
|
||||||
];
|
];
|
||||||
file = import ../hm-configs/files-all.nix;
|
file = import ../hm-configs/files-all.nix;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue