Files
nixos-config/modules/home/default.nix

18 lines
163 B
Nix
Executable File

{
inputs,
nixpkgs,
config,
self,
username,
host,
lib,
...
}: {
imports = [
./programs
./environment
./scripts
./files.nix
];
}