Files
old-nixos-dotfiles/user/default.nix
2025-03-07 17:04:41 +09:00

8 lines
73 B
Nix

{ ... }: {
imports = [
./packages
./homed
./wrapped
];
}