Skip to content

Commit

Permalink
cleanup: remove pkg and empty modules
Browse files Browse the repository at this point in the history
  • Loading branch information
amz-x committed Jun 28, 2023
1 parent 194142c commit 1d195a1
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 197 deletions.
5 changes: 1 addition & 4 deletions hosts/desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,8 @@
# ├─ ./security.nix
# ├─ ./services.nix
# ├─ ./syncthing.nix
# ├─ ./video.nix
# ├─ ./virtualisation.nix
# ├─ ./vpn.nix
# ├─ ./wine.nix
# └─ ./xdg.nix
# └─ ./vpn.nix

{ lib, pkgs, user, hostname, ... }:

Expand Down
69 changes: 0 additions & 69 deletions modules/video.nix

This file was deleted.

52 changes: 0 additions & 52 deletions modules/wine.nix

This file was deleted.

70 changes: 0 additions & 70 deletions modules/xdg.nix

This file was deleted.

4 changes: 2 additions & 2 deletions scripts/free_disk_space.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ echo "Removing 200 large packages"
echo "=============================================================================="

sudo apt remove -y '^libclang-*'
sudo apt remove -y '^libgcc-*-dev'
sudo apt remove -y '^libgcc-.*-dev'
sudo apt remove -y '^liblldb.*'
sudo apt remove -y '^libruby.*'
sudo apt remove -y '^libstdc++.*'
Expand All @@ -51,7 +51,7 @@ sudo apt remove -y '^moby-.*'
sudo apt remove -y '^mysql-.*'
sudo apt remove -y '^postgresql-*'
sudo apt remove -y '^temurin-.*'
sudo apt remove -y 'php.*'
sudo apt remove -y '^php.*'

# Remove SDK packages
sudo apt remove -y google-cloud-sdk
Expand Down

0 comments on commit 1d195a1

Please sign in to comment.