1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Use Librewolf fr this time

This commit is contained in:
RGBCube 2024-03-13 12:56:00 +03:00
parent 38a2b1caab
commit 89a06ae687
No known key found for this signature in database
4 changed files with 23 additions and 11 deletions

View file

@ -1,7 +0,0 @@
{ ulib, ... }: with ulib;
desktopHomeConfiguration {
programs.firefox = enabled {};
programs.librewolf = enabled {};
}

View file

@ -102,7 +102,7 @@
bind = SUPER+ALT, RETURN, exec, kitty
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 , E , exec, fractal
bind = SUPER , M , exec, thunderbird

19
modules/librewolf.nix Normal file
View 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);
};
};
}

View file

@ -31,9 +31,9 @@ desktopHomeConfiguration {
"hyprland/window" = {
seperate-outputs = true;
rewrite."(.*) - Discord" = "󰙯$1";
rewrite."(.*) Mozilla Firefox" = "󰖟$1";
rewrite."(.*) nu" = "$1";
rewrite."(.*) - Discord" = "󰙯$1";
rewrite."(.*) Librewolf" = "󰖟$1";
rewrite."(.*) nu" = "$1";
};
modules-right = [