mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:39:23 +08:00
fix touch keyboard
This commit is contained in:
@@ -148,7 +148,7 @@ inputs:
|
||||
{
|
||||
environment.systemPackages = [ inputs.pkgs.localPackages.chromiumos-touch-keyboard ];
|
||||
services.udev.packages = [ inputs.pkgs.localPackages.chromiumos-touch-keyboard ];
|
||||
systemd.services.chromiumos-touch-keyboard =
|
||||
systemd.services.halo-keyboard =
|
||||
{
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
after = [ "systemd-udevd.service" ];
|
||||
@@ -160,6 +160,8 @@ inputs:
|
||||
RestartSec = "5";
|
||||
};
|
||||
};
|
||||
environment.etc."touch_keyboard".source =
|
||||
"${inputs.pkgs.localPackages.chromiumos-touch-keyboard}/etc/touch_keyboard";
|
||||
})
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user