mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-19 04:18:31 +01:00
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];
|
|
}
|