dotfiles/nixos-modules/default.nix

14 lines
175 B
Nix

{ ... }:
{
imports = [
./base
./base-system
./desktop
./filesystems
./hardware
./home-manager
./printing
./theme
./virtualisation
];
}