parent
79a736cf8b
commit
a24f3cf15b
|
@ -32,4 +32,12 @@
|
||||||
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,12 +17,4 @@
|
||||||
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,7 +5,6 @@ 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
|
||||||
|
@ -42,7 +41,6 @@ in {
|
||||||
clipnotify
|
clipnotify
|
||||||
gnome3.gnome-disk-utility
|
gnome3.gnome-disk-utility
|
||||||
i3status-rust
|
i3status-rust
|
||||||
kitty
|
|
||||||
libappindicator
|
libappindicator
|
||||||
libnotify
|
libnotify
|
||||||
lxappearance
|
lxappearance
|
||||||
|
|
|
@ -4,7 +4,10 @@ let
|
||||||
email = "mat@mat.services";
|
email = "mat@mat.services";
|
||||||
in {
|
in {
|
||||||
home = {
|
home = {
|
||||||
sessionVariables = { EDITOR = "nvim"; };
|
sessionVariables = {
|
||||||
|
EDITOR = "nvim";
|
||||||
|
TERMINAL = "kitty";
|
||||||
|
};
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
# nix utilities
|
# nix utilities
|
||||||
cachix
|
cachix
|
||||||
|
@ -21,6 +24,8 @@ 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