diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-11-18 16:46:28 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-11-18 16:46:28 +0100 |
commit | 443572b3fd53cd3f14975061eaf7edc4fcc7fa82 (patch) | |
tree | f15673045d4bcc8efc7aa3f4496789f4ac38beb4 /hosts/home.nix | |
parent | Hardware: Add thinkpad (diff) | |
download | nixos-config-443572b3fd53cd3f14975061eaf7edc4fcc7fa82.tar.gz nixos-config-443572b3fd53cd3f14975061eaf7edc4fcc7fa82.tar.bz2 nixos-config-443572b3fd53cd3f14975061eaf7edc4fcc7fa82.zip |
Home: Add vscode
Diffstat (limited to '')
-rw-r--r-- | hosts/home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index 97fe12c..278721c 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -53,6 +53,7 @@ river wlr-randr wlsunset + vscode ] ++ (with pkgs.custom; [ lemacs |