mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-23 00:34:24 +01:00
43a07cc8d9
Neither nixfmt nor alejandra support the "standard" way to syntax highlight multi-line strings in Nix, so nixpkgs-fmt is the only viable solution.
6 lines
101 B
Nix
6 lines
101 B
Nix
{ pkgs, ... }: {
|
|
services.ratbagd.enable = true;
|
|
|
|
environment.systemPackages = [ pkgs.piper ];
|
|
}
|