Update env, packages and fix some scripts

This commit is contained in:
Tobias Reisinger 2023-02-02 23:26:51 +01:00
parent e411075acb
commit 1458d5b334
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
10 changed files with 54 additions and 25 deletions

View file

@ -11,12 +11,17 @@
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
neovim # alternative to vim
libnotify # allows sending notifications
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
@ -27,6 +32,7 @@
tokei # project-language statistics
unzip # unzip
vimHugeX # vim with clipboard support
xdg-user-dirs # tool manage user directories
yq # tool for YAML
yt-dlp # tool to download videos from the internet
zip # zip
@ -46,4 +52,6 @@
programs.home-manager.enable = true;
targets.genericLinux.enable = true;
nixpkgs.config.allowUnfree = true;
}

View file

@ -12,17 +12,25 @@
dunst # notification-daemon
feh # image viewer and wallpaper-tool
flameshot # screenshot tool
gspell # spell highlighting for gtk applications
helvum # Pipewire GUI
j4-dmenu-desktop # collects .desktop files for a menu
keepassxc # password manager
libsForQt5.kdeconnect-kde # tool to connect a phone to the computer
parcellite # clipboard-manager
pavucontrol # Pulseaudio GUI
polybar # desktop bar
#python310Packages.adblock # pylib for adblocking in qutebrowser
#python310Packages.pynacl # pylib for qutebrowser-keepassxc support
#(qutebrowser.override { enableWideVine = true; }) # vim-like browser
solaar # Logitech tool
sxhkd # hotkey daemon
#vagrant # tool for automated virtual machines
#virtualbox # tool for virtual machines
xclip # clipboard CLI for X
xcompmgr # compositor for X
xfce.thunar # file manager
xfce.tumbler # thumbnail tool
xorg.xsetroot # tool to set x background stuff
];
}