This commit is contained in:
2025-12-05 12:28:16 -05:00
parent a596bbbc0e
commit 8bcae84e6f

View File

@@ -12,7 +12,13 @@ in
home.homeDirectory = "/home/hdh20267";
home.stateVersion = "25.11";
home.packages = [];
home.packages = with pkgs; [
ghostty
];
services.plasma.settings = {
general.defaultTerminal = "ghostty";
};
programs.zsh = {
enable = true;