use programs.kitty

This commit is contained in:
Daniel Olsen
2020-05-12 14:12:41 +02:00
parent b8c6036c41
commit 7a55566e4a
3 changed files with 13 additions and 11 deletions

View File

@@ -4,9 +4,9 @@
imports = [ ./zsh/zsh.nix ];
home.file.kitty = {
target = ".config/kitty/kitty.conf";
text = ''
programs.kitty = {
enable = true;
settings = ''
#term xterm-256color
font_family monospace
font_size 12.0
@@ -24,10 +24,9 @@
'';
};
home.packages = [
pkgs.gnome3.gnome-terminal
pkgs.kitty
home.packages = with pkgs; [
gnome3.gnome-terminal
kitty
pkgs.ncurses.dev
];
}

View File

@@ -57,7 +57,7 @@
};
};
services.compton = {
services.picom = {
enable = true;
backend = "xrender";
};