diff --git a/modules/desktop/creative.nix b/modules/desktop/creative.nix index a2b042c..a7cd49e 100644 --- a/modules/desktop/creative.nix +++ b/modules/desktop/creative.nix @@ -6,9 +6,6 @@ atkinson-hyperlegible arkpandora_ttf liberation_ttf - caladea - carlito - garamond-libre ocr-a ]; fonts.fontDir.enable = true; @@ -24,7 +21,6 @@ scribus onlyoffice-bin - typst digikam darktable diff --git a/other/config.nu b/other/config.nu index 7493ad2..08814e0 100644 --- a/other/config.nu +++ b/other/config.nu @@ -810,7 +810,6 @@ 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;