diff options
| author | Baitinq <[email protected]> | 2022-08-28 17:55:34 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-08-28 17:55:34 +0200 |
| commit | 2f2599e031218aeb106ad439889969295e39ed77 (patch) | |
| tree | 426e0928c1c350d9fecad474eb0eafeba72910f3 | |
| parent | Remove idea-community package (diff) | |
| download | nixos-config-2f2599e031218aeb106ad439889969295e39ed77.tar.gz nixos-config-2f2599e031218aeb106ad439889969295e39ed77.tar.bz2 nixos-config-2f2599e031218aeb106ad439889969295e39ed77.zip | |
VM: Add adl and trackma packages
| -rw-r--r-- | hosts/vm/home.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/vm/home.nix b/hosts/vm/home.nix index 3b0a1f5..ec372d6 100644 --- a/hosts/vm/home.nix +++ b/hosts/vm/home.nix @@ -6,6 +6,8 @@ in home.packages = with pkgs; [ ] ++ (with pkgs.custom; [ + adl + trackma ]); xdg.configFile = { |