Mapped touchscreen to /dev/touchscreen, fixed touch gestures
But you're unable to unlock the framework12 without keyboard (virtual keyboard doesn't appear)
This commit is contained in:
parent
45dbea7758
commit
40c709b116
4 changed files with 40 additions and 10 deletions
|
|
@ -14,10 +14,11 @@ in {
|
|||
users.users.${username} = {
|
||||
isNormalUser = true;
|
||||
description = "Aleksandr Lebedev";
|
||||
extraGroups = ["networkmanager" "wheel" "input"];
|
||||
extraGroups = ["networkmanager" "wheel" "input" "touchscreen"];
|
||||
#initialPassword = "1234";
|
||||
hashedPasswordFile = config.sops.secrets."users/${username}".path;
|
||||
packages = with pkgs; [];
|
||||
linger = true;
|
||||
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGMt3PWVvmEL6a0HHTsxL4KMq1UGKFdzgX5iIkm6owGQ kylekrein@kylekrein-mac"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue