1
0
forked from extern/nix-config
donovanglover-nix-config/modules/piper/default.nix
Donovan Glover 3119b789f8
nix: Format with alejandra
Alejandra is written in Rust, has more tests than nixfmt, and handles
non-trivial code examples in Nix better.
2023-06-05 20:50:10 -04:00

6 lines
97 B
Nix

{pkgs, ...}: {
services.ratbagd.enable = true;
environment.systemPackages = [pkgs.piper];
}