nix-config/modules/piper/default.nix
Donovan Glover 43a07cc8d9
treewide: Switch from alejandra to nixpkgs-fmt
Neither nixfmt nor alejandra support the "standard" way to syntax
highlight multi-line strings in Nix, so nixpkgs-fmt is the only viable
solution.
2023-06-11 09:37:27 -04:00

6 lines
101 B
Nix

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