mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2025-01-09 16:55:51 +01:00
update creative.nix module
This commit is contained in:
parent
96a2acd8cd
commit
36d6e2b0d7
2 changed files with 2 additions and 11 deletions
|
@ -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];
|
||||
}
|
||||
|
|
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue