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 | e37b4a7bf332fc06c4766e9b65cf076b6fb5f0b4 (patch) | |
| tree | ac08eb6c22d1636b7e08b9992c1c7ec392b3d610 /hosts | |
| parent | Added default password for user (diff) | |
| download | nixos-config-e37b4a7bf332fc06c4766e9b65cf076b6fb5f0b4.tar.gz nixos-config-e37b4a7bf332fc06c4766e9b65cf076b6fb5f0b4.tar.bz2 nixos-config-e37b4a7bf332fc06c4766e9b65cf076b6fb5f0b4.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 ]; }; }; |