dotfiles/modules/nixos/default.nix
2023-04-15 20:55:56 -04:00

7 lines
103 B
Nix

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