feat: add kitty and yazi

This commit is contained in:
Jacob Bachmann 2024-08-28 12:27:54 +02:00
parent 3a72a0b20e
commit da7363f629
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
8 changed files with 27 additions and 6 deletions

View file

@ -1,7 +1,7 @@
{ pkgs, lib, config, ... }: with config.bchmnn; lib.mkIf (gui.enable && gui.flavour != [ ]) {
programs.nautilus-open-any-terminal = {
enable = true;
terminal = "alacritty";
terminal = "kitty";
};
environment = {