dotfiles/modules/nixos/default.nix
2023-02-20 20:37:37 -05:00

14 lines
135 B
Nix

{ ... }: {
imports = [
./applications
./gaming
./graphical
./hardware
./services
./system
./wsl
];
}