diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-15 11:43:46 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-15 11:43:46 +0200 |
commit | eec9a235c6a4955158c2cf689316a052f169c1b0 (patch) | |
tree | 0217a174a9fb9edecd6e168abc65f45f58aa8e21 /hosts | |
parent | Luna: Change disk layout (diff) | |
download | nixos-config-eec9a235c6a4955158c2cf689316a052f169c1b0.tar.gz nixos-config-eec9a235c6a4955158c2cf689316a052f169c1b0.tar.bz2 nixos-config-eec9a235c6a4955158c2cf689316a052f169c1b0.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')
-rw-r--r-- | hosts/home.nix | 8 | ||||
-rw-r--r-- | hosts/luna/home.nix | 8 |
2 files changed, 5 insertions, 11 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index 15afc4e..1ed87c5 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -11,9 +11,7 @@ in packages = with pkgs; [ scrot - qemu redshift - xwinwrap discord mpv sxiv @@ -24,15 +22,11 @@ in clipmenu dunst sxhkd + zathura feh pavucontrol polkit_gnome - progress - qbittorrent - xorg.xev - statix nixpkgs-fmt - openjdk8 virt-manager xdotool #needed for xmobar clickable workspaces ] ++ 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 ]); |