Skip to content

Commit

Permalink
remove duplicated and/or unused packages
Browse files Browse the repository at this point in the history
The duplicated packages happened because I added modules but didn't
remove the separate addition to `home.packages`.

Wonder if there's a way I can lint for this automatically...
  • Loading branch information
tomodachi94 committed Mar 29, 2024
1 parent ad3a013 commit 79a6045
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions home/common/shell-standalone-packages/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,13 @@
{
home.packages = [
pkgs.coreutils # Duh
pkgs.zsh # Shell
pkgs.neovim # Text editor
pkgs.eza # Better ls
pkgs.fd # Find stuff
pkgs.ripgrep # Better grep
pkgs.renameutils # Do repetitive stuff faster
pkgs.github-cli
# pkgs.nnn # File manager
pkgs.starship # Shell prompt
pkgs.atuin # Better shell history
pkgs.direnv
# pkgs.nur.repos.ftbwiki.ftb-rs
];
}
4 changes: 0 additions & 4 deletions home/linux/desktop-standalone-packages/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
home.packages = [
pkgs.lxqt.qps
pkgs.vscodium-fhs # GUI IDE
pkgs.kazam
pkgs.blueman
pkgs.eww
pkgs.gnome.gnome-terminal # Terminal
pkgs.librewolf # Web browser
pkgs.zotero
];
Expand Down

0 comments on commit 79a6045

Please sign in to comment.