Terminal: migrate to Kitty

This commit is contained in:
Paul-Henri Froidmont 2024-06-23 20:15:59 +02:00
parent 529dea61f8
commit 91fbc2bf98
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
6 changed files with 50 additions and 69 deletions

View file

@ -5,7 +5,9 @@ with lib.my;
let
cfg = config.modules.desktop.hyprland;
term = "${pkgs.alacritty}/bin/alacritty";
term = "${
config.home-manager.users.${config.user.name}.programs.kitty.package
}/bin/kitty";
in {
options.modules.desktop.hyprland = { enable = mkBoolOpt false; };
@ -17,7 +19,7 @@ in {
gtk.enable = true;
qt.enable = true;
};
alacritty.enable = true;
terminal.enable = true;
file-manager.enable = true;
zsh.enable = true;
vscode.enable = true;