vscode
This commit is contained in:
parent
dd52ae40f6
commit
dabca4fc58
@ -23,7 +23,12 @@ in
|
||||
];
|
||||
my = import ./toggles.nix;
|
||||
home-manager.users.jawz = {
|
||||
programs.ghostty = {
|
||||
programs = {
|
||||
vscode = {
|
||||
enable = true;
|
||||
package = pkgs.vscode;
|
||||
};
|
||||
ghostty = {
|
||||
enable = true;
|
||||
package = pkgs.ghostty;
|
||||
enableBashIntegration = true;
|
||||
@ -31,6 +36,7 @@ in
|
||||
installVimSyntax = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
networking = {
|
||||
hostName = "workstation";
|
||||
firewall =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user