nixfiles/home/common/default.nix
NullBite 1379670cd9
Add nix configuration for home-manager
This ensures home-manager devices use the the already downloaded nixpkgs
for ad-hoc commands like nix-shell and comma, as well as adds this flake
to the registry (currently assumed to be located at ~/nixfiles, I should
make this configurable later)
2024-04-21 12:24:48 -04:00

9 lines
72 B
Nix

{...}:
{
imports = [
./wm.nix
./nodm.nix
./nix.nix
];
}