Compare commits

..

2 commits

Author SHA1 Message Date
0f8b4be74b add moz enable wayland env 2024-12-13 18:24:18 +01:00
e2977f7c3e allow about config 2024-12-13 18:13:02 +01:00

View file

@ -53,6 +53,9 @@ in
username = config.users.users.c3terminal.name; username = config.users.users.c3terminal.name;
homeDirectory = config.users.users.c3terminal.home; homeDirectory = config.users.users.c3terminal.home;
stateVersion = config.system.stateVersion; stateVersion = config.system.stateVersion;
sessionVariables = {
MOZ_ENABLE_WAYLAND = 1;
};
}; };
programs = { programs = {
firefox = { firefox = {
@ -63,7 +66,6 @@ in
Title = "Config"; Title = "Config";
URL = "https://git.hamburg.ccc.de/jopejoe1/c3terminal"; URL = "https://git.hamburg.ccc.de/jopejoe1/c3terminal";
}; };
BlockAboutConfig = false;
Preferences = { Preferences = {
"browser.ssb.enabled" = lock true; "browser.ssb.enabled" = lock true;
"ui.osk.detected_physical_keyboard" = lock false; "ui.osk.detected_physical_keyboard" = lock false;