nixfiles/home/gui/environments/gnome/default.nix
ChaotiCryptidz 78ce3bafd5 gnom e
2022-02-14 15:16:35 +00:00

6 lines
97 B
Nix

{tree, ...}: {
imports = with tree; [
home.apps.kitty
home.apps.rofi
];
}