terminal: foot --> ghostty
This commit is contained in:
parent
512774da02
commit
4ffecbac0c
7 changed files with 89 additions and 17 deletions
|
|
@ -21,13 +21,14 @@ in {
|
|||
default = "firefox";
|
||||
};
|
||||
terminal = mkOption {
|
||||
type = enum ["foot"];
|
||||
default = "foot";
|
||||
type = enum ["foot" "ghostty"];
|
||||
default = "ghostty";
|
||||
};
|
||||
};
|
||||
programs = {
|
||||
firefox.enable = mkEnableOption "";
|
||||
foot.enable = mkEnableOption "";
|
||||
ghostty.enable = mkEnableOption "";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue