config/users/carsten/config.nix

7 lines
56 B
Nix

{ ... }: {
imports = [
./pkgs
./conf
];
}