diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-08-28 17:58:29 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-08-28 17:58:29 +0200 |
commit | 1dbbdbbb62a64f8df2e1280b8939a6ccdd79acaa (patch) | |
tree | 5fcb36ea074c2bec0cd9c6dc8deed650a03d34cb /hosts | |
parent | VM: Add adl and trackma packages (diff) | |
download | nixos-config-1dbbdbbb62a64f8df2e1280b8939a6ccdd79acaa.tar.gz nixos-config-1dbbdbbb62a64f8df2e1280b8939a6ccdd79acaa.tar.bz2 nixos-config-1dbbdbbb62a64f8df2e1280b8939a6ccdd79acaa.zip |
Packages: Remove trackma
Already in upstream
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/luna/home.nix | 2 | ||||
-rw-r--r-- | hosts/phobos/home.nix | 2 | ||||
-rw-r--r-- | hosts/vm/home.nix | 2 |
3 files changed, 3 insertions, 3 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 diff --git a/hosts/phobos/home.nix b/hosts/phobos/home.nix index a168343..2dd9621 100644 --- a/hosts/phobos/home.nix +++ b/hosts/phobos/home.nix @@ -7,10 +7,10 @@ in minecraft calibre kcc + trackma ] ++ (with pkgs.custom; [ adl - trackma kindlegen manga-cli mov-cli diff --git a/hosts/vm/home.nix b/hosts/vm/home.nix index ec372d6..6b11c48 100644 --- a/hosts/vm/home.nix +++ b/hosts/vm/home.nix @@ -4,10 +4,10 @@ let in { home.packages = with pkgs; [ + trackma ] ++ (with pkgs.custom; [ adl - trackma ]); xdg.configFile = { |