From d40186f2fb742bd209fbfddf70b817282ea3279c Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Thu, 23 Nov 2023 18:54:35 +0100 Subject: [PATCH 1/2] add more fonts (and typst) --- modules/desktop/creative.nix | 4 ++++ 1 file changed, 4 insertions(+) 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 From 7f81031b76883d741a49394b7432bf933c41dc4d Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Thu, 23 Nov 2023 18:55:52 +0100 Subject: [PATCH 2/2] add alias for gitui --- other/config.nu | 1 + 1 file changed, 1 insertion(+) 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;