Dankify linux
This commit is contained in:
parent
f3cb7d5611
commit
d3622881ea
10 changed files with 189 additions and 386 deletions
|
|
@ -1,6 +0,0 @@
|
|||
{pkgs, ...}: {
|
||||
programs.chromium = {
|
||||
enable = true;
|
||||
package = pkgs.ungoogled-chromium;
|
||||
};
|
||||
}
|
||||
|
|
@ -22,6 +22,7 @@
|
|||
};
|
||||
OfferToSaveLogins = false;
|
||||
PasswordManagerEnabled = false;
|
||||
# You can find extension settings by installing the extension in firefox and then going to about:debugging#/runtime/this-firefox to get the extension ID
|
||||
ExtensionSettings = {
|
||||
# Bitwarden
|
||||
"{446900e4-71c2-419f-a6a7-df9c091e268b}" = {
|
||||
|
|
@ -51,9 +52,9 @@
|
|||
install_url = "https://addons.mozilla.org/firefox/downloads/latest/sponsorBlocker@ajay.app/latest.xpl";
|
||||
default_area = "menupanel";
|
||||
};
|
||||
"extension@tabliss.io" = {
|
||||
"pywalfox@frewacom.org" = {
|
||||
installation_mode = "force_installed";
|
||||
install_url = "https://addons.mozilla.org/firefox/downloads/latest/extension@tabliss.io/latest.xpl";
|
||||
install_url = "https://addons.mozilla.org/firefox/downloads/latest/ pywalfox@frewacom.org/latest.xpl";
|
||||
default_area = "menupanel";
|
||||
};
|
||||
};
|
||||
|
|
@ -62,14 +63,21 @@
|
|||
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
mullvad-browser
|
||||
pywalfox-native
|
||||
;
|
||||
};
|
||||
|
||||
home.file.".librewolf/custom/tabliss.json" = {
|
||||
systemd.user.tmpfiles.rules = [
|
||||
"L+ /home/crow/.cache/wal/dank-pywalfox.json - - - - /home/crow/.cache/wal/colors.json"
|
||||
];
|
||||
|
||||
programs.deferredApps = {
|
||||
enable = true;
|
||||
text = ''
|
||||
{"data/default-unsplash":{"by":"official","collections":"","featured":false,"paused":false,"search":"tech","topics":"qPYsDzvJOYc","timeout":900},"widget/default-greeting":null,"data/default-time":{"mode":"digital","hour12":false,"showDate":true,"showMinutes":true,"showSeconds":true,"showDayPeriod":true,"timeZone":null},"data/74u_bPXyI_VQ":{"category":"developerexcuses"},"widget/V0OGit2zzORD":null,"widget/default-time":{"id":"default-time","key":"widget/time","order":0,"display":{"position":"middleCentre"}},"widget/74u_bPXyI_VQ":{"id":"74u_bPXyI_VQ","key":"widget/quote","order":2,"display":{"position":"middleCentre"}},"focus":false,"widget/h51N3y5Q5Y5e":{"id":"h51N3y5Q5Y5e","key":"widget/workHours","order":3,"display":{"position":"middleCentre"}},"widget/05GPTS-DklPw":null,"background":{"id":"default-unsplash","key":"background/unsplash","display":{"luminosity":-0.2,"blur":0}},"locale":"en","timeZone":null,"version":3}
|
||||
'';
|
||||
packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
mullvad-browser
|
||||
ungoogled-chromium
|
||||
;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue