From 682e95ef1c1a63589d63b0cc2b811115bac2f3e4 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 29 Mar 2024 10:11:28 -0400 Subject: [PATCH] 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. --- modules/packages.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/packages.nix b/modules/packages.nix index b97a9476..71f0cac2 100644 --- a/modules/packages.nix +++ b/modules/packages.nix @@ -21,7 +21,6 @@ sqlcipher kanjidraw libreoffice - inkscape krita aegisub element-desktop @@ -50,7 +49,6 @@ brightnessctl zellij hexyl - nb jpegoptim playerctl recode @@ -122,8 +120,6 @@ mgitstatus pnpm-shell-completion rclone - obsidian - gthumb ]; nixpkgs.config.allowUnfree = true;