add kitty
This commit is contained in:
parent
801e1f43b4
commit
dbb4344006
2 changed files with 91 additions and 1 deletions
|
@ -35,12 +35,17 @@
|
|||
initExtra = import ./zshrc.nix pkgs;
|
||||
};
|
||||
|
||||
programs.kitty = {
|
||||
enalbe = true;
|
||||
extraConfig = ./kitty.conf.nix
|
||||
};
|
||||
|
||||
services.betterlockscreen = {
|
||||
enable = true;
|
||||
# confiugrar luego
|
||||
};
|
||||
|
||||
# configurable = [ neovim keyboardlayout pulsaudio dunst rofi ];
|
||||
# configurable = [ neovim keyboardlayout pulsaudio rofi ];
|
||||
|
||||
services.picom = {
|
||||
enable = true;
|
||||
|
|
Reference in a new issue