diff options
| author | Baitinq <[email protected]> | 2022-08-28 19:18:03 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-08-28 19:18:03 +0200 |
| commit | 2dcc2592421e293d2b6c16573c18e78f6586a3c4 (patch) | |
| tree | a03eebe8b86916fa5dba6ef2f94e764cc080a2fd /hosts | |
| parent | Phobos+VM: Switch to latest kernel (diff) | |
| download | nixos-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.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 = { |