dotfiles/common/users/homeModules/frog.nix
2024-12-16 19:21:14 -05:00

11 lines
140 B
Nix

{ pkgs, inputs, ... }:
{
imports = [
../../../customPackages
];
home = {
packages = with pkgs.cpkg;[
frog
];
};
}