This commit is contained in:
Danilo Reyes 2025-09-13 12:08:37 -06:00
parent dd52ae40f6
commit dabca4fc58

View File

@ -23,7 +23,12 @@ in
]; ];
my = import ./toggles.nix; my = import ./toggles.nix;
home-manager.users.jawz = { home-manager.users.jawz = {
programs.ghostty = { programs = {
vscode = {
enable = true;
package = pkgs.vscode;
};
ghostty = {
enable = true; enable = true;
package = pkgs.ghostty; package = pkgs.ghostty;
enableBashIntegration = true; enableBashIntegration = true;
@ -31,6 +36,7 @@ in
installVimSyntax = true; installVimSyntax = true;
}; };
}; };
};
networking = { networking = {
hostName = "workstation"; hostName = "workstation";
firewall = firewall =