about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-08-28 19:18:03 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-08-28 19:18:03 +0200
commitaef26bcfd78d216cb381dc2c20769d014e1d9474 (patch)
tree1034a20e07e1282157e98d9d4cb067118f5fbd63 /hosts
parentPhobos+VM: Switch to latest kernel (diff)
downloadnixos-config-aef26bcfd78d216cb381dc2c20769d014e1d9474.tar.gz
nixos-config-aef26bcfd78d216cb381dc2c20769d014e1d9474.tar.bz2
nixos-config-aef26bcfd78d216cb381dc2c20769d014e1d9474.zip
Packages: Remove adl
Now packaged inside nixpkgs
Diffstat (limited to 'hosts')
-rw-r--r--hosts/luna/home.nix2
-rw-r--r--hosts/phobos/home.nix2
-rw-r--r--hosts/vm/home.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/hosts/luna/home.nix b/hosts/luna/home.nix
index c42c9ed..cd7440f 100644
--- a/hosts/luna/home.nix
+++ b/hosts/luna/home.nix
@@ -6,11 +6,11 @@ in
   home.packages = with pkgs; [
     xorg.xmodmap
     trackma
+    adl
     #calibre
     #kcc
   ] ++
   (with pkgs.custom; [
-    adl
     #kindlegen
     manga-cli
     mov-cli
diff --git a/hosts/phobos/home.nix b/hosts/phobos/home.nix
index 2dd9621..b1341de 100644
--- a/hosts/phobos/home.nix
+++ b/hosts/phobos/home.nix
@@ -8,9 +8,9 @@ in
     calibre
     kcc
     trackma
+    adl
   ] ++
   (with pkgs.custom; [
-    adl
     kindlegen
     manga-cli
     mov-cli
diff --git a/hosts/vm/home.nix b/hosts/vm/home.nix
index 6b11c48..6f8380a 100644
--- a/hosts/vm/home.nix
+++ b/hosts/vm/home.nix
@@ -5,9 +5,9 @@ in
 {
   home.packages = with pkgs; [
     trackma
+    adl
   ] ++
   (with pkgs.custom; [
-    adl
   ]);
 
   xdg.configFile = {