diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-06-18 13:41:46 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-06-18 13:41:46 +0200 |
commit | b263c9de5e7bc518262f1ac9243beb8b264510f9 (patch) | |
tree | d9da495a12a7ce05083f66e02b850bdf0c942ede /hosts | |
parent | Added anime-downloader package (diff) | |
download | nixos-config-b263c9de5e7bc518262f1ac9243beb8b264510f9.tar.gz nixos-config-b263c9de5e7bc518262f1ac9243beb8b264510f9.tar.bz2 nixos-config-b263c9de5e7bc518262f1ac9243beb8b264510f9.zip |
Added trackma package and fixed adl package
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/home.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index 58329ac..d89b243 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -34,6 +34,8 @@ in xorg.xev statix custom.anime-downloader + custom.adl + custom.trackma ]; programs = { |