style: nix fmt

This commit is contained in:
Kat Inskip 2025-07-13 05:10:57 -07:00
parent 7913481b66
commit 6e0cc170eb
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
112 changed files with 1977 additions and 1739 deletions

View file

@ -1,7 +1,7 @@
{ config, lib, ... }: let
inherit (lib.attrsets) listToAttrs nameValuePair;
inherit (lib.modules) mkMerge;
in {
{
lib,
...
}: {
programs.firefox.profiles.main = {
containersForce = true;
containers = {
@ -31,4 +31,3 @@ in {
};
};
}

View file

@ -1,11 +1,15 @@
{pkgs, nur, ...}: let
{
pkgs,
nur,
...
}: let
defaultFont = "Monaspace Krypton";
in {
home.sessionVariables = {
BROWSER = "firefox";
};
home.packages = [ pkgs.ff2mpv-rust ];
home.packages = [pkgs.ff2mpv-rust];
programs.firefox = {
nativeMessagingHosts = [
pkgs.ff2mpv-rust

View file

@ -1,4 +1,4 @@
{ nur, ... }: {
{nur, ...}: {
programs.firefox.profiles.main.extensions = {
packages = with nur.repos.rycee.firefox-addons; [
mtab
@ -28,7 +28,7 @@
userDefinedCols = null;
};
extras = {
snow = { enabled = "off"; };
snow = {enabled = "off";};
};
hotkeys = {
activationKey = " ";
@ -46,9 +46,9 @@
textColor = "#ffffff";
textSize = 3.75;
type = "afternoon-morning";
weather = { unitsType = "f"; };
weather = {unitsType = "f";};
};
options = { showOptionsButton = true; };
options = {showOptionsButton = true;};
search = {
assist = {
conversions = true;
@ -75,7 +75,7 @@
};
title = {
defaultTitle = "Mew Tab";
dynamic = { enabled = true; };
dynamic = {enabled = true;};
faviconType = "default";
};
ui = {
@ -92,7 +92,7 @@
highlightColor = "#ffffff20";
style = "glass";
};
user = { name = "kat"; };
user = {name = "kat";};
wallpaper = {
enabled = false;
filters = {

View file

@ -1,4 +1,4 @@
{ nur, ... }: {
{nur, ...}: {
programs.firefox.profiles.main = {
extensions = {
packages = with nur.repos.rycee.firefox-addons; [
@ -27,18 +27,18 @@
};
};
userChrome = ''
/* Hide horizontal tabs at the top of the window */
#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar {
opacity: 0;
pointer-events: none;
}
#main-window #TabsToolbar {
visibility: collapse !important;
}
/* Hide the "Tree Style Tab" header at the top of the sidebar */
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header {
display: none;
}
/* Hide horizontal tabs at the top of the window */
#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar {
opacity: 0;
pointer-events: none;
}
#main-window #TabsToolbar {
visibility: collapse !important;
}
/* Hide the "Tree Style Tab" header at the top of the sidebar */
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header {
display: none;
}
'';
};
}

View file

@ -1,4 +1,4 @@
{ nur, ... }: {
{nur, ...}: {
programs.firefox.profiles.main.extensions = {
packages = with nur.repos.rycee.firefox-addons; [
ublock-origin