From 26153317dd18d8eaef641fdc091c200a4faa5c92 Mon Sep 17 00:00:00 2001 From: Andrew Kvalheim Date: Wed, 23 Mar 2022 12:28:01 -0700 Subject: [PATCH] Format code --- common/home.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/common/home.nix b/common/home.nix index dc1de21..d453fcf 100644 --- a/common/home.nix +++ b/common/home.nix @@ -615,9 +615,9 @@ in ]; prompt.theme = "powerlevel10k"; syntaxHighlighting.styles = { - arg0 = "fg=white,bold"; - precommand = "fg=white"; # Pending https://github.com/zsh-users/zsh-syntax-highlighting/issues/432 - reserved-word = "fg=blue"; + arg0 = "fg=white,bold"; + precommand = "fg=white"; # Pending https://github.com/zsh-users/zsh-syntax-highlighting/issues/432 + reserved-word = "fg=blue"; }; terminal = { autoTitle = true; @@ -632,7 +632,7 @@ in }; }; - # File type associatoins + # File type associations xdg.mimeApps = { enable = true; defaultApplications = { @@ -658,8 +658,8 @@ in "x-scheme-handler/http" = "firefox.desktop"; "x-scheme-handler/https" = "firefox.desktop"; }; -}; -xdg.configFile."mimeapps.list".force = true; # Workaround for nix-community/home-manager#1213 + }; + xdg.configFile."mimeapps.list".force = true; # Workaround for nix-community/home-manager#1213 # Environment home.sessionVariables = rec {