diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-10 21:25:07 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-10 21:25:07 +0200 |
commit | 5ecc0525df64028aa59061a3f29d097b0b1ca454 (patch) | |
tree | b0f07aa36268943408b156b83fb0fcabc3276481 | |
parent | Packages: Remove smart-wallpaper (diff) | |
download | nixos-config-5ecc0525df64028aa59061a3f29d097b0b1ca454.tar.gz nixos-config-5ecc0525df64028aa59061a3f29d097b0b1ca454.tar.bz2 nixos-config-5ecc0525df64028aa59061a3f29d097b0b1ca454.zip |
Packages: Remove non-existant package references
-rw-r--r-- | packages/default.nix | 2 |
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 { }; }; } |