mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2025-01-10 08:59:24 +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, ...}: 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];
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue