changes to firefox and some other things
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user