2024-11-15 00:01 : id 155
This commit is contained in:
parent
2bdf2effd8
commit
0ae5dd1c03
@ -101,64 +101,6 @@ in
|
||||
userName = "deadvey";
|
||||
userEmail = "deadvey@nixos";
|
||||
};
|
||||
firefox = {
|
||||
enable = true;
|
||||
profiles = {
|
||||
default = {
|
||||
name = "default";
|
||||
id = 0;
|
||||
isDefault = true;
|
||||
userChrome = ''
|
||||
.tab-content[selected="true"] {
|
||||
border: ${BORDER_WIDTH}px solid #${ACCENT};
|
||||
border-radius: ${CORNER_RADIUS}px;
|
||||
}
|
||||
'';
|
||||
settings = {
|
||||
"browser.startup.homepage" = "deadvey.com";
|
||||
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
|
||||
"browser.search.defaultenginename" = "DuckDuckGo";
|
||||
};
|
||||
search = {
|
||||
force = true;
|
||||
default = "DuckDuckGo";
|
||||
order = [ "DuckDuckGo" "Google" ];
|
||||
};
|
||||
bookmarks = [
|
||||
{
|
||||
name = "DeaDvey's Domain";
|
||||
tags = [ "blog" ];
|
||||
url = "https://deadvey.com";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
policies = {
|
||||
DisableTelemetry = true;
|
||||
DiableFirefoxStudies = true;
|
||||
DontCheckDefaultBrowser = true;
|
||||
DisablePocket = true;
|
||||
SearchBar = "unified";
|
||||
};
|
||||
};
|
||||
librewolf = {
|
||||
enable = true;
|
||||
settings = {
|
||||
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
|
||||
};
|
||||
};
|
||||
thunderbird = {
|
||||
enable = true;
|
||||
profiles = {
|
||||
default = {
|
||||
isDefault = true;
|
||||
|
||||
};
|
||||
};
|
||||
settings = {
|
||||
"calender.categories.names" = "Miscellaneous,Personal,Anniversary,Vaction,Travel,Calls,Public Holiday,Issues,Meeting,Ideas,Birthday,Holidays,Projects,Gaming sess,Cinema";
|
||||
};
|
||||
};
|
||||
kitty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user