Cleanup home-manager common
This commit is contained in:
parent
b3f1045292
commit
7100ae8277
1 changed files with 0 additions and 4 deletions
|
@ -4,7 +4,6 @@
|
|||
# Packages that should be installed to the user profile.
|
||||
home.packages = with pkgs; [
|
||||
bat # cat-alternative
|
||||
dasel # tool to manage yq, jq, toml and more
|
||||
direnv # tool to load custom environments
|
||||
docker-credential-helpers
|
||||
doggo # dns client
|
||||
|
@ -14,8 +13,6 @@
|
|||
git # git
|
||||
gitflow # tool for git workflow
|
||||
git-lfs # git support for large files
|
||||
#git-secret # tool for secrets in git (gpg based)
|
||||
jq # tool for JSON
|
||||
moar # moar is less
|
||||
nix-direnv # allow better nix and direnv integration
|
||||
libnotify # allows sending notifications
|
||||
|
@ -29,7 +26,6 @@
|
|||
ripgrep # grep-alternative
|
||||
rmtrash # rm wrapper to use trash
|
||||
shellcheck # tool for shell-syntax
|
||||
#spotifyd # spotify-daemon
|
||||
(spotifyd.override { withMpris = true; }) # spotify-daemon
|
||||
tokei # project-language statistics
|
||||
trash-cli # trash utils
|
||||
|
|
Loading…
Reference in a new issue