ctucx.git: nixfiles

ctucx' nixfiles

commit fbb71390a061963c0edb7fa2f93872e28c7500ee
parent a230d49210c9947f259fd8e72938f2d47d520b2b
Author: Leah (ctucx) <git@ctu.cx>
Date: Sun, 27 Nov 2022 16:50:25 +0100

configurations/darwin/appSettings: set 'Minimal' theme for iterm
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/configurations/darwin/appSettings.nix b/configurations/darwin/appSettings.nix
@@ -7,7 +7,7 @@
     # Preview.app
     #
     "com.apple.Preview" = {
-      # Set 'L. Thein' as name for PDF anotations
+      # Set 'L. Thein' as name for PDF annotations
       PVGeneralUserName = "L. Thein";
 
       # Don't remember page position in PDF

@@ -34,6 +34,9 @@
     "com.googlecode.iterm2" = {
       # Disable iTerm's annoying promt when quitting it
       PromptOnQuit = false;
+
+      # Use 'Minimal' Theme
+      TabStyleWithAutomaticOption = 5;
     };