diff --git a/modules/desktop/creative.nix b/modules/desktop/creative.nix index a7cd49e..a2b042c 100644 --- a/modules/desktop/creative.nix +++ b/modules/desktop/creative.nix @@ -6,6 +6,9 @@ atkinson-hyperlegible arkpandora_ttf liberation_ttf + caladea + carlito + garamond-libre ocr-a ]; fonts.fontDir.enable = true; @@ -21,6 +24,7 @@ scribus onlyoffice-bin + typst digikam darktable diff --git a/other/config.nu b/other/config.nu index 08814e0..7493ad2 100644 --- a/other/config.nu +++ b/other/config.nu @@ -810,6 +810,7 @@ alias gnix = cd ~/nix-configs; alias grepo = cd ~/Documents/repos; alias wh = wormhole-rs; +alias gg = gitui; alias ga = git add; alias gc = git commit; alias gca = git commit --all;