nixos/home/lilith/monero.nix
2026-01-14 16:22:26 +01:00

7 lines
81 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
monero-gui
p2pool
];
}