diff options
| author | Baitinq <[email protected]> | 2022-06-18 13:41:46 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-06-18 13:41:46 +0200 |
| commit | e648d8e9d15d4bb6bdb80d441ccedbf74cf6b636 (patch) | |
| tree | c555602efeea7a464f10394a3db3d24eba0e6b02 /hosts | |
| parent | Added anime-downloader package (diff) | |
| download | nixos-config-e648d8e9d15d4bb6bdb80d441ccedbf74cf6b636.tar.gz nixos-config-e648d8e9d15d4bb6bdb80d441ccedbf74cf6b636.tar.bz2 nixos-config-e648d8e9d15d4bb6bdb80d441ccedbf74cf6b636.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 = { |