forked from extern/nix-config
3119b789f8
Alejandra is written in Rust, has more tests than nixfmt, and handles non-trivial code examples in Nix better.
6 lines
97 B
Nix
6 lines
97 B
Nix
{pkgs, ...}: {
|
|
services.ratbagd.enable = true;
|
|
|
|
environment.systemPackages = [pkgs.piper];
|
|
}
|