dotfiles/nixos-modules/default.nix
Fabian Hauser e02d86dffd
All checks were successful
CI / build (push) Successful in 2m9s
Update and clean up modules
2025-03-03 23:46:19 +02:00

12 lines
142 B
Nix

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