Add kitty terminal to alpheratz

This commit is contained in:
Ethan Simmons
2024-11-13 12:36:34 -06:00
parent 04696bfd6d
commit 5fb099f6fa
8 changed files with 58 additions and 8 deletions

View File

@@ -33,12 +33,6 @@ in
};
terminal = mkOption {
description = "Which terminal to install (alacritty)";
type = types.enum [ pkgs.alacritty ];
default = pkgs.alacritty;
};
gtk = mkOption {
description = "Whether to configure gtk";
type = types.bool;