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.
|
# 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
|
||||||
|
|
Loading…
Reference in a new issue