7 lines
75 B
Nix
7 lines
75 B
Nix
|
|
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
home.packages = with pkgs;[ heroic ];
|
|
}
|