mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
nixos: add actkbd package to environment in actkbd module
This commit is contained in:
parent
a99a634acf
commit
95a723d516
|
@ -125,6 +125,9 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
# For testing
|
||||
environment.systemPackages = [ pkgs.actkbd ];
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue