diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-13 17:07:42 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-13 17:07:42 +0200 |
commit | c9a1643262b038b867db3cdf674623dfa57bc8ce (patch) | |
tree | 9454153b62ba28b08d32d583a24b7d0766064970 /hosts | |
parent | Emacs: Add projects to the dashboard (diff) | |
download | nixos-config-c9a1643262b038b867db3cdf674623dfa57bc8ce.tar.gz nixos-config-c9a1643262b038b867db3cdf674623dfa57bc8ce.tar.bz2 nixos-config-c9a1643262b038b867db3cdf674623dfa57bc8ce.zip |
Remove unnecessary packages that can be replaced with ,
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/configuration.nix | 4 | ||||
-rw-r--r-- | hosts/home.nix | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 61aeb01..e834335 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -76,10 +76,8 @@ python killall wget - nano git git-crypt - fzf htop pfetch unzip @@ -90,8 +88,6 @@ pciutils gnupg neovim - steam-run - compsize #used to check btrfs space savings comma ]; diff --git a/hosts/home.nix b/hosts/home.nix index c406328..15afc4e 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -32,7 +32,6 @@ in xorg.xev statix nixpkgs-fmt - paperkey openjdk8 virt-manager xdotool #needed for xmobar clickable workspaces |