dotfiles/nixos-modules/default.nix

14 lines
162 B
Nix

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