6 lines
97 B
Nix
6 lines
97 B
Nix
{tree, ...}: {
|
|
imports = with tree; [
|
|
home.apps.kitty
|
|
home.apps.rofi
|
|
];
|
|
} |