dotfiles/nixos/default.nix

14 lines
135 B
Nix
Raw Normal View History

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