changes to firefox and some other things

This commit is contained in:
cnst
2024-08-10 20:37:22 +02:00
parent 6c470dc864
commit 0cc0cd6984
8 changed files with 81 additions and 1604 deletions

View File

@@ -28,7 +28,7 @@
cssls.enable = true; # CSS
tailwindcss.enable = true; # TailwindCSS
html.enable = true; # HTML
astro.enable = true; # AstroJS
astro.enable = false; # AstroJS
phpactor.enable = true; # PHP
svelte.enable = false; # Svelte
vuels.enable = false; # Vue

View File

@@ -23,6 +23,8 @@
./usr/share/git/cnst
./usr/share/shell/adam
./etc/hyprland/cnst
./opt/browsers/firefox
./opt/sops
./etc
./bin
./opt
@@ -33,6 +35,8 @@
./usr/share/git/toothpick
./usr/share/shell/toothpick
./bin/hyprland/toothpick
./opt/browsers/firefox
./opt/sops
./etc
./bin
./opt

View File

@@ -6,26 +6,28 @@
programs.firefox = {
enable = true;
package = inputs.firefox-nightly.packages.${pkgs.system}.firefox-nightly-bin;
profiles.cnst = {
search = {
force = true;
default = "DuckDuckGo";
privateDefault = "DuckDuckGo";
order = ["DuckDuckGo" "Google"];
};
bookmarks = {};
extensions = with inputs.firefox-addons.packages.${pkgs.system}; [
ublock-origin
sponsorblock
clearurls
return-youtube-dislikes
# enhancer-for-youtube # unfree
];
settings = {
"apz.overscroll.enabled" = true;
"browser.aboutConfig.showWarning" = false;
"general.autoScroll" = true;
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
profiles = {
default = {
search = {
force = true;
default = "DuckDuckGo";
privateDefault = "DuckDuckGo";
order = ["DuckDuckGo" "Google"];
};
bookmarks = {};
extensions = with inputs.firefox-addons.packages.${pkgs.system}; [
ublock-origin
sponsorblock
clearurls
return-youtube-dislikes
# enhancer-for-youtube # unfree
];
settings = {
"apz.overscroll.enabled" = true;
"browser.aboutConfig.showWarning" = false;
"general.autoScroll" = true;
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
};
};
};
};

View File

@@ -12,8 +12,8 @@
ll = "ls -l";
nixupdate = "nh os switch -v -H adampad";
nixup = "nh os switch -H adampad";
flakeupdate = "nh os switch -u -v -H adampad";
flakeup = "nh os switch -u -H adampad";
flakeupdate = "nh os switch -u -v -H adampad && sudo nix run .#cleanup-boot";
flakeup = "nh os switch -u -H adampad && sudo nix run .#cleanup-boot";
};
history = {
size = 1000;

View File

@@ -12,8 +12,8 @@
ll = "ls -l";
nixupdate = "nh os switch -v -H toothpc";
nixup = "nh os switch -H toothpc";
flakeupdate = "nh os switch -u -v -H toothpc";
flakeup = "nh os switch -u -H toothpc";
flakeupdate = "nh os switch -u -v -H toothpc && sudo nix run .#cleanup-boot";
flakeup = "nh os switch -u -H toothpc && sudo nix run .#cleanup-boot";
};
history = {
size = 1000;