From e2977f7c3e5587e8e471edacad5ead2a16c73b6e Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Fri, 13 Dec 2024 18:13:02 +0100 Subject: [PATCH 1/2] allow about config --- config.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/config.nix b/config.nix index 812b7c6..166c665 100644 --- a/config.nix +++ b/config.nix @@ -63,7 +63,6 @@ in Title = "Config"; URL = "https://git.hamburg.ccc.de/jopejoe1/c3terminal"; }; - BlockAboutConfig = false; Preferences = { "browser.ssb.enabled" = lock true; "ui.osk.detected_physical_keyboard" = lock false; From 0f8b4be74bfc53cd0d151c1c92ccdf65eeddaf47 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Fri, 13 Dec 2024 18:23:43 +0100 Subject: [PATCH 2/2] add moz enable wayland env --- config.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.nix b/config.nix index 166c665..c88e7e9 100644 --- a/config.nix +++ b/config.nix @@ -53,6 +53,9 @@ in username = config.users.users.c3terminal.name; homeDirectory = config.users.users.c3terminal.home; stateVersion = config.system.stateVersion; + sessionVariables = { + MOZ_ENABLE_WAYLAND = 1; + }; }; programs = { firefox = {