diff options
| author | Baitinq <[email protected]> | 2022-07-15 11:43:46 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-07-15 11:43:46 +0200 |
| commit | 519f13e76bee2295c75fd328015b4be8d8039cd7 (patch) | |
| tree | ac4030bcb5524d08bfb1154b54cf0ea03c56a778 /hosts/luna/home.nix | |
| parent | Luna: Change disk layout (diff) | |
| download | nixos-config-519f13e76bee2295c75fd328015b4be8d8039cd7.tar.gz nixos-config-519f13e76bee2295c75fd328015b4be8d8039cd7.tar.bz2 nixos-config-519f13e76bee2295c75fd328015b4be8d8039cd7.zip | |
Remove unneeded packages
This packages can be either used through , or were completely unnecessary. This allows us to free space for the luna host.
Diffstat (limited to 'hosts/luna/home.nix')
| -rw-r--r-- | hosts/luna/home.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/hosts/luna/home.nix b/hosts/luna/home.nix index 4abd6cf..5e54c33 100644 --- a/hosts/luna/home.nix +++ b/hosts/luna/home.nix @@ -4,15 +4,15 @@ let in { home.packages = with pkgs; [ - jetbrains.idea-community + #jetbrains.idea-community xorg.xmodmap - calibre - kcc + #calibre + #kcc ] ++ (with pkgs.custom; [ adl trackma - kindlegen + #kindlegen manga-cli mov-cli ]); |