yeet
This commit is contained in:
parent
e05e01b2aa
commit
d0bb73d359
7 changed files with 15 additions and 11 deletions
|
@ -1,4 +1,8 @@
|
|||
{pkgs, ...}: let
|
||||
{
|
||||
pkgs,
|
||||
typst-within,
|
||||
...
|
||||
}: let
|
||||
packages = {
|
||||
typst-configs = pkgs.fetchFromGitea {
|
||||
domain = "forge.katzen.cafe";
|
||||
|
@ -28,5 +32,6 @@ in {
|
|||
recursive = true;
|
||||
};
|
||||
};
|
||||
# home.packages = [typst-within.packages."x86_64-linux".default];
|
||||
home.packages = [pkgs.typst];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue