clean up
This commit is contained in:
parent
5b65b30953
commit
f3a6ce6554
4 changed files with 3 additions and 14 deletions
56
modules/home/packages/default.nix
Normal file
56
modules/home/packages/default.nix
Normal file
|
@ -0,0 +1,56 @@
|
|||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
home.packages = (with pkgs; [
|
||||
bitwise # cli tool for bit / hex manipulation
|
||||
eza # ls replacement
|
||||
entr # perform action when file change
|
||||
fd # find replacement
|
||||
file # Show file information
|
||||
fzf # fuzzy finder
|
||||
gtt # google translate TUI
|
||||
gtrash # rm replacement, put deleted files in system trash
|
||||
hexdump
|
||||
jdk17 # java
|
||||
lazygit
|
||||
libreoffice
|
||||
cinnamon.nemo-with-extensions # file manager
|
||||
nitch # systhem fetch util
|
||||
nix-prefetch-github
|
||||
prismlauncher # minecraft launcher
|
||||
ripgrep # grep replacement
|
||||
soundwireserver # pass audio to android phone
|
||||
todo # cli todo list
|
||||
toipe # typing test in the terminal
|
||||
unityhub
|
||||
valgrind # c memory analyzer
|
||||
yazi # terminal file manager
|
||||
youtube-dl
|
||||
gnome.zenity
|
||||
|
||||
# C / C++
|
||||
gcc
|
||||
gnumake
|
||||
|
||||
# Python
|
||||
python3
|
||||
|
||||
bleachbit # cache cleaner
|
||||
cmatrix
|
||||
gparted # partition manager
|
||||
ffmpeg
|
||||
imv # image viewer
|
||||
libnotify
|
||||
man-pages # extra man pages
|
||||
mpv # video player
|
||||
ncdu # disk space
|
||||
openssl
|
||||
pamixer # pulseaudio command line mixer
|
||||
pavucontrol # pulseaudio volume controle (GUI)
|
||||
playerctl # controller for media players
|
||||
qalculate-gtk # calculator
|
||||
unzip
|
||||
wget
|
||||
xdg-utils
|
||||
inputs.alejandra.defaultPackage.${system}
|
||||
]);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue