feat: wine and librewolf stuff

This commit is contained in:
Kat Inskip 2025-10-11 03:00:50 -07:00
parent c470c271cf
commit 0df783bf41
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
20 changed files with 118 additions and 195 deletions

View file

@ -1,5 +1,5 @@
_: {
programs.zen-browser.profiles.main.settings = {
programs.librewolf.profiles.main.settings = {
"browser.tabs.allow_transparent_browser" = true;
"zen.welcome-screen.seen" = true;

View file

@ -1,5 +1,5 @@
_: {
programs.zen-browser.profiles.main = {
programs.librewolf.profiles.main = {
containersForce = true;
containers = {
main = {

View file

@ -6,9 +6,12 @@
home.sessionVariables = {
BROWSER = "zen";
};
#stylix.targets.zen-browser.profileNames = ["main"];
stylix.targets.librewolf = {
colorTheme.enable = true;
profileNames = ["main"];
};
home.packages = [pkgs.ff2mpv-rust];
programs.zen-browser = {
programs.librewolf = {
nativeMessagingHosts = [
pkgs.ff2mpv-rust
];

View file

@ -1,5 +1,5 @@
{nur, ...}: {
programs.zen-browser.profiles.main.extensions = {
programs.librewolf.profiles.main.extensions = {
packages = with nur.repos.rycee.firefox-addons; [
mtab
];

View file

@ -1,5 +1,5 @@
{nur, ...}: {
programs.zen-browser.profiles.main = {
programs.librewolf.profiles.main = {
extensions = {
packages = with nur.repos.rycee.firefox-addons; [
tree-style-tab

View file

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

View file

@ -1,5 +1,5 @@
_: {
programs.zen-browser.profiles.main.extensions = {
programs.librewolf.profiles.main.extensions = {
#settings."{6b733b82-9261-47ee-a595-2dda294a4d08}".settings = {
# options = builtins.toJSON {
# showGuide = false;

View file

@ -1,5 +0,0 @@
_: {
programs.zen-browser = {
enable = true;
};
}