allow about config

This commit is contained in:
jopejoe1 2024-12-13 18:05:23 +01:00
parent d7571c023a
commit b14a13a689

View file

@ -47,7 +47,8 @@ in
]; ];
}; };
home-manager.users.c3terminal = { home-manager = {
users.c3terminal = {
home = { home = {
username = config.users.users.c3terminal.name; username = config.users.users.c3terminal.name;
homeDirectory = config.users.users.c3terminal.home; homeDirectory = config.users.users.c3terminal.home;
@ -62,7 +63,7 @@ in
Title = "Config"; Title = "Config";
URL = "https://git.hamburg.ccc.de/jopejoe1/c3terminal"; URL = "https://git.hamburg.ccc.de/jopejoe1/c3terminal";
}; };
BlockAboutConfig = true; 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;
@ -82,6 +83,7 @@ in
''; '';
}; };
}; };
};
users.users.demo = { users.users.demo = {
isNormalUser = true; isNormalUser = true;