about summary refs log tree commit diff
path: root/packages
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-09-10 21:25:07 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-09-10 21:25:07 +0200
commit5ecc0525df64028aa59061a3f29d097b0b1ca454 (patch)
treeb0f07aa36268943408b156b83fb0fcabc3276481 /packages
parentPackages: Remove smart-wallpaper (diff)
downloadnixos-config-5ecc0525df64028aa59061a3f29d097b0b1ca454.tar.gz
nixos-config-5ecc0525df64028aa59061a3f29d097b0b1ca454.tar.bz2
nixos-config-5ecc0525df64028aa59061a3f29d097b0b1ca454.zip
Packages: Remove non-existant package references
Diffstat (limited to 'packages')
-rw-r--r--packages/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/default.nix b/packages/default.nix
index 50ece2e..4f00524 100644
--- a/packages/default.nix
+++ b/packages/default.nix
@@ -1,9 +1,7 @@
 final: prev:
 {
   custom = {
-    adl = prev.callPackage ./adl { };
     kindlegen = prev.callPackage ./kindlegen { };
-    xmonadctl = prev.callPackage ./xmonadctl { };
     lemacs = prev.callPackage ./lemacs { };
   };
 }