about summary refs log tree commit diff
path: root/hosts/vm/home.nix
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2022-08-28 17:55:34 +0200
committerBaitinq <[email protected]>2022-08-28 17:55:34 +0200
commit2f2599e031218aeb106ad439889969295e39ed77 (patch)
tree426e0928c1c350d9fecad474eb0eafeba72910f3 /hosts/vm/home.nix
parentRemove idea-community package (diff)
downloadnixos-config-2f2599e031218aeb106ad439889969295e39ed77.tar.gz
nixos-config-2f2599e031218aeb106ad439889969295e39ed77.tar.bz2
nixos-config-2f2599e031218aeb106ad439889969295e39ed77.zip
VM: Add adl and trackma packages
Diffstat (limited to '')
-rw-r--r--hosts/vm/home.nix2
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 = {