nix-config/modules/packages.nix
Donovan Glover 682e95ef1c
chore: Drop unused packages
I only used inkscape to convert svg to png with the following command:
`fd -e svg -x inkscape -w 512 -h 512 "{}" -o "{.}.png"`

gthumb was crashing and I'd rather not have to deal with a non-trivial
GUI program that crashes on launch.

nb and obsidian are cute but ultimately I found quartz to be better for
my use case.
2024-03-29 10:16:04 -04:00

129 lines
1.6 KiB
Nix

{ pkgs, lib, sakaya, ... }:
{
environment.systemPackages = with pkgs; [
grimblast
osu-lazer-bin
(pass.withExtensions (ext: with ext; [ pass-otp ]))
pass
treefmt
jamesdsp
zbar
sakaya.packages.${system}.sakaya
logseq
mullvad-browser
spek
audacity
gimp
anki
sqlitebrowser
sqlcipher
kanjidraw
libreoffice
krita
aegisub
element-desktop
signal-desktop
ungoogled-chromium
qbittorrent
gdu
fdupes
mediainfo
cmatrix
sox
httpie
p7zip
rsync
unar
genact
ffmpeg
killall
trashy
whois
dwt1-shell-color-scripts
dig
yt-dlp
neofetch
brightnessctl
zellij
hexyl
jpegoptim
playerctl
recode
rmlint
sd
smartmontools
visidata
scc
hwinfo
stress
nixpkgs-review
choose
gum
hdparm
imagemagick
onefetch
restic
watchexec
memento
mpvpaper
timg
ventoy
wf-recorder
diskonaut
yazi
nodePackages.prisma
openssl
zola
file
tessen
wtype
mtr
cointop
tectonic
pipe-rename
poppler_utils
wl-clipboard-rs
lnch
wev
dmenu-wayland
python311Packages.icoextract
swww
srb2
crystalline
thud
ironbar
wallust
activate-linux
tango
obs-studio
nvd
hyprdim
nix-init
diesel-cli
litecli
lychee
colorpanes
sanctity
didu
nix-search-cli
satty
aaaaxy
lutgen
sudachi-rs
mgitstatus
pnpm-shell-completion
rclone
];
nixpkgs.config.allowUnfree = true;
environment.defaultPackages = [ ];
}