This commit is contained in:
Aleksandr Lebedev 2025-09-12 23:37:23 +02:00
parent 919e775f28
commit d610304eeb
5 changed files with 52 additions and 45 deletions

View file

@ -54,8 +54,8 @@ in {
environment.systemPackages = [
pkgs.framework-tool
(pkgs.writeShellScriptBin "reset-tablet" ''
sudo ${pkgs.framework-tool}/bin/framework_tool --tablet-mode tablet
sudo ${pkgs.framework-tool}/bin/framework_tool --tablet-mode auto
sudo ${pkgs.framework-tool}/bin/framework_tool --tablet-mode tablet
sudo ${pkgs.framework-tool}/bin/framework_tool --tablet-mode auto
'')
];
security.sudo.extraRules = [