From 03590960801e2812525879e416d6f91c99b69649 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Sat, 11 Oct 2025 08:46:47 -0500 Subject: [PATCH 1/4] config (bat): Add shell alias for bat I learned that `programs.bat` does not, in fact, add an alias. I added it back in, but in a more obvious place this time. --- programs/bat.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/programs/bat.nix b/programs/bat.nix index 1d344cd..5f22fa5 100644 --- a/programs/bat.nix +++ b/programs/bat.nix @@ -1,4 +1,7 @@ { ... }: { + + home.shellAliases.cat = "bat"; + programs.bat = { enable = true; config = { pager = "less -SRF"; }; From 980f8faad88b1e037d313ae231d17fb87cc7ae0e Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Sat, 11 Oct 2025 08:48:19 -0500 Subject: [PATCH 2/4] brew (corianne): Uninstall AnythingLLM --- systems/darwin/corianne.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/systems/darwin/corianne.nix b/systems/darwin/corianne.nix index 27bd57c..fb3d844 100644 --- a/systems/darwin/corianne.nix +++ b/systems/darwin/corianne.nix @@ -192,7 +192,6 @@ in { casks = [ "alt-tab" "anki" - "anythingllm" "db-browser-for-sqlite" "dolphin" "firefox" From 711ceedf0ff351214a36a8c49101419f0ce7a07d Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Sat, 11 Oct 2025 08:48:34 -0500 Subject: [PATCH 3/4] brew (corianne): Uninstall OBS --- systems/darwin/corianne.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/systems/darwin/corianne.nix b/systems/darwin/corianne.nix index fb3d844..8ceeac8 100644 --- a/systems/darwin/corianne.nix +++ b/systems/darwin/corianne.nix @@ -204,7 +204,6 @@ in { "macfuse" "musescore" "nextcloud" - "obs" "openrct2" "porting-kit" "qownnotes" From 0cddc7cefc3f46c118bc6c5c71e4b776096b0f6f Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Sat, 11 Oct 2025 08:49:01 -0500 Subject: [PATCH 4/4] brew (corianne): Uninstall Porting Kit --- systems/darwin/corianne.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/systems/darwin/corianne.nix b/systems/darwin/corianne.nix index 8ceeac8..9628dcd 100644 --- a/systems/darwin/corianne.nix +++ b/systems/darwin/corianne.nix @@ -205,7 +205,6 @@ in { "musescore" "nextcloud" "openrct2" - "porting-kit" "qownnotes" "qt-creator" "rig"