Improve configs

fixes, replace exa with eza, update home-manager version
This commit is contained in:
Tobias Reisinger 2023-09-10 21:41:00 +02:00
parent de0663730c
commit ccb5e6660e
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
13 changed files with 80 additions and 89 deletions

View file

@ -7,7 +7,7 @@
direnv # tool to load custom environments
docker-credential-helpers
dogdns # dns client
exa # ls-alternative
eza # ls-alternative
faas-cli # cli for openfaas
fzf # fuzzy finder
git # git
@ -20,14 +20,12 @@
lsof # who uses that drive/directory
openssh # ssh client and server
pass # password-store
playerctl # control media players
p7zip # tool to extract 7z archives
rclone # tool for remote storages
restic # backup tool
ripgrep # grep-alternative
rmtrash # rm wrapper to use trash
shellcheck # tool for shell-syntax
(spotifyd.override { withMpris = true; }) # spotify-daemon
tokei # project-language statistics
trash-cli # trash utils
unzip # unzip
@ -46,7 +44,7 @@
# You can update Home Manager without changing this value. See
# the Home Manager release notes for a list of state version
# changes in each release.
home.stateVersion = "22.11";
home.stateVersion = "23.05";
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;