mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-19 17:28:49 +02:00
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.
This commit is contained in:
parent
32a95af4cd
commit
682e95ef1c
@ -21,7 +21,6 @@
|
|||||||
sqlcipher
|
sqlcipher
|
||||||
kanjidraw
|
kanjidraw
|
||||||
libreoffice
|
libreoffice
|
||||||
inkscape
|
|
||||||
krita
|
krita
|
||||||
aegisub
|
aegisub
|
||||||
element-desktop
|
element-desktop
|
||||||
@ -50,7 +49,6 @@
|
|||||||
brightnessctl
|
brightnessctl
|
||||||
zellij
|
zellij
|
||||||
hexyl
|
hexyl
|
||||||
nb
|
|
||||||
jpegoptim
|
jpegoptim
|
||||||
playerctl
|
playerctl
|
||||||
recode
|
recode
|
||||||
@ -122,8 +120,6 @@
|
|||||||
mgitstatus
|
mgitstatus
|
||||||
pnpm-shell-completion
|
pnpm-shell-completion
|
||||||
rclone
|
rclone
|
||||||
obsidian
|
|
||||||
gthumb
|
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user