allow about config
This commit is contained in:
parent
d7571c023a
commit
b14a13a689
1 changed files with 32 additions and 30 deletions
|
@ -47,7 +47,8 @@ in
|
|||
];
|
||||
};
|
||||
|
||||
home-manager.users.c3terminal = {
|
||||
home-manager = {
|
||||
users.c3terminal = {
|
||||
home = {
|
||||
username = config.users.users.c3terminal.name;
|
||||
homeDirectory = config.users.users.c3terminal.home;
|
||||
|
@ -62,7 +63,7 @@ in
|
|||
Title = "Config";
|
||||
URL = "https://git.hamburg.ccc.de/jopejoe1/c3terminal";
|
||||
};
|
||||
BlockAboutConfig = true;
|
||||
BlockAboutConfig = false;
|
||||
Preferences = {
|
||||
"browser.ssb.enabled" = lock true;
|
||||
"ui.osk.detected_physical_keyboard" = lock false;
|
||||
|
@ -82,6 +83,7 @@ in
|
|||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
users.users.demo = {
|
||||
isNormalUser = true;
|
||||
|
|
Loading…
Reference in a new issue