Cleanup home-manager common

This commit is contained in:
Tobias Reisinger 2023-07-08 12:34:05 +02:00
parent b3f1045292
commit 7100ae8277
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE

View file

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