dotfiles/common/users/homeModules/frog.nix

12 lines
140 B
Nix
Raw Normal View History

{ pkgs, inputs, ... }:
2024-11-26 17:01:58 -05:00
{
imports = [
../../../customPackages
];
home = {
packages = with pkgs.cpkg;[
frog
];
};
}