dotfiles/modules/nixos/default.nix

13 lines
124 B
Nix
Raw Permalink Normal View History

2024-04-20 13:42:06 +00:00
{ ... }:
{
2024-04-20 13:42:06 +00:00
imports = [
./applications
./gaming
./graphical
./hardware
./services
./system
];
}