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, ...}: let
pkgs,
lib,
...
}: let
packages = { packages = {
typst-configs = pkgs.fetchFromGitea { typst-configs = pkgs.fetchFromGitea {
domain = "forge.katzen.cafe"; domain = "forge.katzen.cafe";
@ -32,4 +28,5 @@ in {
recursive = true; recursive = true;
}; };
}; };
home.packages = [pkgs.typst];
} }

View file

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