diff options
| author | Baitinq <[email protected]> | 2022-06-18 16:15:07 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-06-18 16:15:07 +0200 |
| commit | 98f7dfac238d4a99baf0a57572f11322f664b97e (patch) | |
| tree | 7b8191ab812d8da0cd5b94451d463b077c6318bf /hosts | |
| parent | Added default password for user (diff) | |
| download | nixos-config-98f7dfac238d4a99baf0a57572f11322f664b97e.tar.gz nixos-config-98f7dfac238d4a99baf0a57572f11322f664b97e.tar.bz2 nixos-config-98f7dfac238d4a99baf0a57572f11322f664b97e.zip | |
Changed vscodium to vscode
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/home.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index b683d21..87e7ceb 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -135,9 +135,9 @@ in vscode = { enable = true; mutableExtensionsDir = false; #needed for bug with installing extensions - package = pkgs.vscodium; extensions = with pkgs.vscode-extensions; [ esbenp.prettier-vscode + bbenoist.nix ]; }; }; |