mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 12:07:48 +00:00
Use Librewolf fr this time
This commit is contained in:
parent
38a2b1caab
commit
89a06ae687
4 changed files with 23 additions and 11 deletions
|
@ -1,7 +0,0 @@
|
||||||
{ ulib, ... }: with ulib;
|
|
||||||
|
|
||||||
desktopHomeConfiguration {
|
|
||||||
programs.firefox = enabled {};
|
|
||||||
|
|
||||||
programs.librewolf = enabled {};
|
|
||||||
}
|
|
|
@ -102,7 +102,7 @@
|
||||||
|
|
||||||
bind = SUPER+ALT, RETURN, exec, kitty
|
bind = SUPER+ALT, RETURN, exec, kitty
|
||||||
bind = SUPER , RETURN, exec, ghostty --gtk-single-instance=true
|
bind = SUPER , RETURN, exec, ghostty --gtk-single-instance=true
|
||||||
bind = SUPER , W , exec, firefox
|
bind = SUPER , W , exec, librewolf
|
||||||
bind = SUPER , D , exec, discordcanary
|
bind = SUPER , D , exec, discordcanary
|
||||||
bind = SUPER , E , exec, fractal
|
bind = SUPER , E , exec, fractal
|
||||||
bind = SUPER , M , exec, thunderbird
|
bind = SUPER , M , exec, thunderbird
|
||||||
|
|
19
modules/librewolf.nix
Normal file
19
modules/librewolf.nix
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
{ ulib, theme, ... }: with ulib;
|
||||||
|
|
||||||
|
desktopHomeConfiguration {
|
||||||
|
programs.librewolf = enabled {
|
||||||
|
settings = with theme.font; {
|
||||||
|
"general.autoScroll" = true;
|
||||||
|
"identity.fxaccounts.enabled" = true;
|
||||||
|
"privacy.clearOnShutdown.history" = false;
|
||||||
|
"privacy.resistFingerprinting" = false;
|
||||||
|
"privacy.donottrackheader.enabled" = true;
|
||||||
|
"webgl.disabled" = false;
|
||||||
|
|
||||||
|
"browser.fixup.domainsuffixwhitelist.idk" = true;
|
||||||
|
|
||||||
|
"font.name.serif.x-western" = sans.name;
|
||||||
|
"font.size.variable.x-western" = builtins.ceil (1.3 * size.normal);
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
|
@ -31,9 +31,9 @@ desktopHomeConfiguration {
|
||||||
"hyprland/window" = {
|
"hyprland/window" = {
|
||||||
seperate-outputs = true;
|
seperate-outputs = true;
|
||||||
|
|
||||||
rewrite."(.*) - Discord" = " $1";
|
rewrite."(.*) - Discord" = " $1";
|
||||||
rewrite."(.*) — Mozilla Firefox" = " $1";
|
rewrite."(.*) — Librewolf" = " $1";
|
||||||
rewrite."(.*) — nu" = " $1";
|
rewrite."(.*) — nu" = " $1";
|
||||||
};
|
};
|
||||||
|
|
||||||
modules-right = [
|
modules-right = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue