Compare commits
2 commits
b14a13a689
...
0f8b4be74b
Author | SHA1 | Date | |
---|---|---|---|
0f8b4be74b | |||
e2977f7c3e |
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue