feat: Add support for ghostty term emulator installation
This commit is contained in:
@@ -12,7 +12,9 @@ in
|
|||||||
home.homeDirectory = "/home/hdh20267";
|
home.homeDirectory = "/home/hdh20267";
|
||||||
home.stateVersion = "25.11";
|
home.stateVersion = "25.11";
|
||||||
|
|
||||||
home.packages = [];
|
home.packages = with pkgs; [
|
||||||
|
ghostty
|
||||||
|
];
|
||||||
|
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user