Mac config

This commit is contained in:
Steph 2024-10-29 16:44:45 +01:00
parent c22ed6af62
commit 3950e61566
2 changed files with 14 additions and 0 deletions

View File

@ -25,6 +25,8 @@ $NEW_PROMPT_COMMAND"
export PS1="[\t \[\e[32m\]\u\[\e[m\]\[\e[32m\]@\[\e[m\]\[\e[32m\]\h\[\e[m\]]"'$SHELL_PREFIX'" \[\e[36m\]"'$TRIMMED_PWD'"\[\e[m\] \$ "
fi
eval "$(/opt/homebrew/bin/brew shellenv)"
'';
programs.bash.shellAliases = {
chmod = "chmod --preserve-root";

View File

@ -23,6 +23,7 @@
@import "theme/userChrome.css";
'' else ''
@import "theme/chrome/userChrome.css";
@import "theme/custom/singletabhidden.css";
'';
userContent = if (os == "linux") then ''
@import "theme/userContent.css";
@ -39,6 +40,7 @@
"gnomeTheme.hideSingleTab" = true;
"signon.rememberSignons" = false;
"dom.private-attribution.submission.enabled" = false;
"app.update.auto" = false;
};
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
ublock-origin
@ -59,6 +61,16 @@
force = true;
};
containers = {
"Personal" = {
color = "toolbar";
icon = "circle";
id = 0;
};
"ON2IT" = {
color = "toolbar";
icon = "circle";
id = 1;
};
"Lekker van Peet" = {
color = "toolbar";
icon = "circle";