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;
homeDirectory = config.users.users.c3terminal.home;
stateVersion = config.system.stateVersion;
sessionVariables = {
MOZ_ENABLE_WAYLAND = 1;
};
};
programs = {
firefox = {
@ -63,7 +66,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;