mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-01-19 03:33:30 -05:00
11 lines
No EOL
174 B
Nix
11 lines
No EOL
174 B
Nix
{pkgs, inputs, ...}:
|
|
let
|
|
cpkg = import ../../../customPackages { inherit pkgs inputs; };
|
|
in
|
|
{
|
|
home = {
|
|
packages = [
|
|
cpkg.frog
|
|
];
|
|
};
|
|
} |