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
132e985a52
donovanglover-nix-config
/
modules
/
piper
/
default.nix
6 lines
97 B
Nix
Raw
Normal View
History
Unescape
Escape
nix: Format with alejandra Alejandra is written in Rust, has more tests than nixfmt, and handles non-trivial code examples in Nix better.
2023-06-06 02:37:52 +02:00
{
pkgs
,
.
.
.
}:
{
Add module for piper
2023-05-17 17:51:52 +02:00
services
.
ratbagd
.
enable
=
true
;
nix: Format with alejandra Alejandra is written in Rust, has more tests than nixfmt, and handles non-trivial code examples in Nix better.
2023-06-06 02:37:52 +02:00
environment
.
systemPackages
=
[
pkgs
.
piper
]
;
Add module for piper
2023-05-17 17:51:52 +02:00
}
Copy Permalink