nixos/modules/home-manager/boilr.nix
2026-01-21 23:58:24 +01:00

6 lines
65 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
boilr
];
}