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 = {
|
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;
|
||||||
|
|
Loading…
Reference in a new issue