nix-config/modules/utils/default.nix

7 lines
73 B
Nix

{
imports = [
./auth.nix
./gnome.nix
./printing.nix
];
}