dotfiles/modules/nixos/default.nix

7 lines
103 B
Nix
Raw Normal View History

{ ... }: {
2023-04-16 00:55:56 +00:00
imports =
[ ./applications ./gaming ./graphical ./hardware ./services ./system ];
}