users/foo-dogsquared: remove vscodium-fhs

We already use VS Code for this.
This commit is contained in:
Gabriel Arazas 2023-09-30 13:39:31 +08:00
parent 626a92624d
commit 98e5f1a9b3
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -27,7 +27,6 @@ in
xdg.configFile."nixpkgs/config.nix".source = ./config/nixpkgs/config.nix; xdg.configFile."nixpkgs/config.nix".source = ./config/nixpkgs/config.nix;
home.packages = with pkgs; [ home.packages = with pkgs; [
vscodium-fhs # Visual Studio-lite and for those who suffer from Visual Studio withdrawal.
hledger # Trying to be a good accountant. hledger # Trying to be a good accountant.
]; ];