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];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue