nixpkgs/home/files.nix
Daniel Siepmann d9ba963dad
Migrate explicit imports to home manager imports
That way I do not need to explicitly provide dependencies.
But home-manager will pass all the special args.
2024-05-30 14:11:08 +02:00

10 lines
162 B
Nix

_:
{
home.file = {
".nix-channels".source = ./files/nix-channels;
".profile".source = ./files/profile;
".myclirc".source = ./files/myclirc;
};
}