DashNix/modules/default.nix
2024-08-25 19:10:41 +02:00

6 lines
53 B
Nix

{
imports = [
./programs
./conf.nix
];
}