about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2022-08-28 19:18:03 +0200
committerBaitinq <[email protected]>2022-08-28 19:18:03 +0200
commit2dcc2592421e293d2b6c16573c18e78f6586a3c4 (patch)
treea03eebe8b86916fa5dba6ef2f94e764cc080a2fd /hosts
parentPhobos+VM: Switch to latest kernel (diff)
downloadnixos-config-2dcc2592421e293d2b6c16573c18e78f6586a3c4.tar.gz
nixos-config-2dcc2592421e293d2b6c16573c18e78f6586a3c4.tar.bz2
nixos-config-2dcc2592421e293d2b6c16573c18e78f6586a3c4.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 = {