Terminal: migrate to Kitty
This commit is contained in:
parent
529dea61f8
commit
91fbc2bf98
6 changed files with 50 additions and 69 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue