nix-dotfiles/home/services/pueue.nix

7 lines
58 B
Nix

{ ... }:
{
services.pueue = {
enable = true;
};
}