1
0
Fork 0
mirror of https://git.sr.ht/~neverness/ultima synced 2024-12-29 01:43:52 +00:00
ultima/modules/nixos/default.nix

12 lines
113 B
Nix
Raw Normal View History

{
imports = [
./base
./hardware
./misc
./programs
./services
./theme
./virt
];
}