Compare commits
No commits in common. "0f8b4be74bfc53cd0d151c1c92ccdf65eeddaf47" and "b14a13a6897dcd051a68d008979306f3d136346b" have entirely different histories.
0f8b4be74b
...
b14a13a689
1 changed files with 1 additions and 3 deletions
|
@ -53,9 +53,6 @@ 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 = {
|
||||||
|
@ -66,6 +63,7 @@ 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