Format code

This commit is contained in:
Andrew Kvalheim 2022-03-23 12:28:01 -07:00
parent b05a9532b4
commit 26153317dd

View file

@ -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 {