nixfiles/home/gui/environments/gnome/default.nix

6 lines
97 B
Nix
Raw Normal View History

2022-02-14 15:16:35 +00:00
{tree, ...}: {
imports = with tree; [
home.apps.kitty
home.apps.rofi
];
}