Add software keyboard to Blackbird host
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
inputs,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
hostname = "Blackbird";
|
||||
@@ -56,4 +57,9 @@ in {
|
||||
sensor:modalias:*
|
||||
ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, 1, 0; 1, 0, 0
|
||||
'';
|
||||
|
||||
# Add software keyboard
|
||||
environment.systemPackages = with pkgs; [
|
||||
maliit-keyboard
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user