diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-08-28 17:55:34 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-08-28 17:55:34 +0200 |
commit | 94129c3e6b649d921e87249a1e2a43bb65282998 (patch) | |
tree | 678dd483bd8ecfa208dc8aa1c90b8600b07a66b4 /hosts | |
parent | Remove idea-community package (diff) | |
download | nixos-config-94129c3e6b649d921e87249a1e2a43bb65282998.tar.gz nixos-config-94129c3e6b649d921e87249a1e2a43bb65282998.tar.bz2 nixos-config-94129c3e6b649d921e87249a1e2a43bb65282998.zip |
VM: Add adl and trackma packages
Diffstat (limited to 'hosts')
-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 = { |