diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index fc1c9a1..4a84048 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -99,6 +99,8 @@ todoist-electron vscode-fhs go + #games + prismlauncher #minecraft ]; }; diff --git a/hosts/default/home.nix b/hosts/default/home.nix index 280a8eb..ab46a69 100644 --- a/hosts/default/home.nix +++ b/hosts/default/home.nix @@ -78,6 +78,11 @@ enable = true; userName = "Colin Henry"; userEmail = "jchenry@users.noreply.github.com"; + + # core = { + # editor = "code --wait"; + # }; + }; }; }