Mac config
This commit is contained in:
parent
c22ed6af62
commit
3950e61566
@ -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";
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user