forked from extern/nix-config
1ad4e2d4af
This is my attempt at putting all modules in one directory to avoid having to remember whether a module was a part of applications/, desktop/, or terminal/.
8 lines
102 B
Nix
8 lines
102 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
services.ratbagd.enable = true;
|
|
|
|
environment.systemPackages = [ pkgs.piper ];
|
|
}
|