nix-config/modules/utils/default.nix

9 lines
105 B
Nix

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