nix-config/modules/home-manager/desktop/default.nix

7 lines
49 B
Nix
Raw Normal View History

2024-11-26 08:40:00 +00:00
{
imports = [
./gtk.nix
./media
];
}