diff options
| author | Baitinq <[email protected]> | 2022-08-28 17:58:29 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-08-28 17:58:29 +0200 |
| commit | 4f4bcd83d05194bb3f40f676e564557c913a1b21 (patch) | |
| tree | 6d9f444e32246f17ea2c27049b1d7c69122adf76 /hosts/luna | |
| parent | VM: Add adl and trackma packages (diff) | |
| download | nixos-config-4f4bcd83d05194bb3f40f676e564557c913a1b21.tar.gz nixos-config-4f4bcd83d05194bb3f40f676e564557c913a1b21.tar.bz2 nixos-config-4f4bcd83d05194bb3f40f676e564557c913a1b21.zip | |
Packages: Remove trackma
Already in upstream
Diffstat (limited to 'hosts/luna')
| -rw-r--r-- | hosts/luna/home.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/luna/home.nix b/hosts/luna/home.nix index 9f485a5..c42c9ed 100644 --- a/hosts/luna/home.nix +++ b/hosts/luna/home.nix @@ -5,12 +5,12 @@ in { home.packages = with pkgs; [ xorg.xmodmap + trackma #calibre #kcc ] ++ (with pkgs.custom; [ adl - trackma #kindlegen manga-cli mov-cli |