dotfiles/nixcfgs/modules/nixos/default.nix

7 lines
95 B
Nix

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