NixOS-Home-Flake/overlay/imports.nix

6 lines
39 B
Nix
Raw Normal View History

2024-07-03 07:55:09 +00:00
{
imports = [
./gnome.nix
];
}