mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-01-18 11:13:30 -05:00
11 lines
140 B
Nix
11 lines
140 B
Nix
{ pkgs, inputs, ... }:
|
|
{
|
|
imports = [
|
|
../../../customPackages
|
|
];
|
|
home = {
|
|
packages = with pkgs.cpkg;[
|
|
frog
|
|
];
|
|
};
|
|
}
|