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 | |
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')
-rw-r--r-- | hosts/luna/home.nix | 2 | ||||
-rw-r--r-- | hosts/phobos/home.nix | 2 | ||||
-rw-r--r-- | hosts/vm/home.nix | 2 |
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 = { |