dotfiles/nixcfgs/modules/nixos/default.nix

7 lines
90 B
Nix

{pkgs, ...}: {
imports = [
./core/configuration.nix
./core/packages.nix
];
}