This website requires JavaScript.
Explore
Help
Sign In
holm
/
donovanglover-nix-config
Watch
1
Star
0
Fork
0
You've already forked donovanglover-nix-config
forked from
extern/nix-config
Code
Pull Requests
Activity
c8818cb104
donovanglover-nix-config
/
modules
/
piper.nix
8 lines
102 B
Nix
Raw
Normal View
History
Unescape
Escape
chore: Formatting
2023-06-22 17:13:46 +02:00
{
pkgs
,
.
.
.
}:
{
Add module for piper
2023-05-17 17:51:52 +02:00
services
.
ratbagd
.
enable
=
true
;
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 15:33:54 +02:00
environment
.
systemPackages
=
[
pkgs
.
piper
]
;
Add module for piper
2023-05-17 17:51:52 +02:00
}
Copy Permalink