Zhu
This commit is contained in:
parent
55291038d1
commit
1983400da6
2 changed files with 18 additions and 0 deletions
|
|
@ -53,6 +53,21 @@ in {
|
|||
hardware.enableRedistributableFirmware = true;
|
||||
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
|
||||
'')
|
||||
];
|
||||
security.sudo.extraRules = [
|
||||
{
|
||||
users = ["ALL"];
|
||||
commands = [
|
||||
{
|
||||
command = "${pkgs.framework-tool}/bin/framework_tool";
|
||||
options = ["NOPASSWD"];
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
users.groups.touchscreen = {};
|
||||
services.udev.extraRules = ''
|
||||
|
|
|
|||
|
|
@ -60,6 +60,9 @@ in {
|
|||
pdfarranger
|
||||
densify
|
||||
gimp3
|
||||
krita
|
||||
inkscape
|
||||
cameractrls-gtk4
|
||||
|
||||
#kde
|
||||
kdePackages.gwenview
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue