This website requires JavaScript.
Explore
Help
Sign In
extern
/
nix-config
Watch
1
Star
0
Fork
1
You've already forked nix-config
mirror of
https://github.com/donovanglover/nix-config.git
synced
2025-01-22 05:38:36 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
02dd4540e5
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
}
Reference in New Issue
Copy Permalink