Initial commit (after fork)

This commit is contained in:
Pedro Rey Anca 2024-07-08 18:00:42 +02:00
parent 5ebba8a939
commit 5fe3f69a17
111 changed files with 1428 additions and 1611 deletions

View file

@ -1,34 +1,36 @@
{ inputs, pkgs, ... }:
{
home.packages = (with pkgs; [
bitwise # cli tool for bit / hex manipulation
evince # gnome pdf viewer
eza # ls replacement
entr # perform action when file change
fd # find replacement
file # Show file information
fzf # fuzzy finder
gtt # google translate TUI
gifsicle # gif utility
inputs,
pkgs,
...
}: {
home.packages = with pkgs; [
bitwise # cli tool for bit / hex manipulation
bitwarden-cli
evince # gnome pdf viewer
element-desktop # Matrix client
fd # find replacement
file # Show file information
flameshot # Screenshot tool
fzf # fuzzy finder
gimp
gtrash # rm replacement, put deleted files in system trash
hexdump
jdk17 # java
gtrash # rm replacement, put deleted files in system trash
imagemagick
inkscape
lazygit
libreoffice
cinnamon.nemo-with-extensions # file manager
nitch # systhem fetch util
cinnamon.nemo-with-extensions # file manager
jq
nitch # systhem fetch util
nix-prefetch-github
prismlauncher # minecraft launcher
ripgrep # grep replacement
soundwireserver # pass audio to android phone
tdf # cli pdf viewer
todo # cli todo list
toipe # typing test in the terminal
valgrind # c memory analyzer
yazi # terminal file manager
youtube-dl
gnome.zenity
ripgrep # grep replacement
swappy
tdf # cli pdf viewer
todo # cli todo list
toipe # typing test in the terminal
vlc
yazi # terminal file manager
yt-dlp
zenity
winetricks
wineWowPackages.wayland
@ -39,28 +41,26 @@
# Python
python3
bleachbit # cache cleaner
cmatrix
gparted # partition manager
gparted # partition manager
ffmpeg
imv # image viewer
imv # image viewer
killall
libnotify
man-pages # extra man pages
mpv # video player
ncdu # disk space
man-pages # extra man pages
mpv # video player
openssl
pamixer # pulseaudio command line mixer
pavucontrol # pulseaudio volume controle (GUI)
playerctl # controller for media players
wl-clipboard # clipboard utils for wayland (wl-copy, wl-paste)
cliphist # clipboard manager
pamixer # pulseaudio command line mixer
pavucontrol # pulseaudio volume controle (GUI)
playerctl # controller for media players
wl-clipboard # clipboard utils for wayland (wl-copy, wl-paste)
cliphist # clipboard manager
poweralertd
qalculate-gtk # calculator
qalculate-gtk # calculator
unzip
wget
xdg-utils
xxd
inputs.alejandra.defaultPackage.${system}
]);
];
}