diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-08-28 19:18:03 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-08-28 19:18:03 +0200 |
commit | aef26bcfd78d216cb381dc2c20769d014e1d9474 (patch) | |
tree | 1034a20e07e1282157e98d9d4cb067118f5fbd63 /hosts/luna | |
parent | Phobos+VM: Switch to latest kernel (diff) | |
download | nixos-config-aef26bcfd78d216cb381dc2c20769d014e1d9474.tar.gz nixos-config-aef26bcfd78d216cb381dc2c20769d014e1d9474.tar.bz2 nixos-config-aef26bcfd78d216cb381dc2c20769d014e1d9474.zip |
Packages: Remove adl
Now packaged inside nixpkgs
Diffstat (limited to 'hosts/luna')
-rw-r--r-- | hosts/luna/home.nix | 2 |
1 files changed, 1 insertions, 1 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 |