update creative.nix module

This commit is contained in:
Schrottkatze 2025-01-01 03:22:46 +01:00
parent 96a2acd8cd
commit 36d6e2b0d7
No known key found for this signature in database
2 changed files with 2 additions and 11 deletions

View file

@ -1,8 +1,4 @@
{
pkgs,
lib,
...
}: let
{pkgs, ...}: let
packages = {
typst-configs = pkgs.fetchFromGitea {
domain = "forge.katzen.cafe";
@ -32,4 +28,5 @@ in {
recursive = true;
};
};
home.packages = [pkgs.typst];
}

View file

@ -7,17 +7,12 @@
home.packages = with pkgs; [
audacity
krita
# gimp-with-plugins
gimp
inkscape-with-extensions
obs-studio
kdenlive
scribus
lilypond
gnuplot
graphviz
povray
openscad-unstable
openscad-lsp
@ -26,7 +21,6 @@
fontforge-gtk
onlyoffice-bin_latest
typst
rawtherapee
];