16 lines
169 B
Nix
16 lines
169 B
Nix
{
|
|
lib,
|
|
device,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./cursor.nix
|
|
./firefox.nix
|
|
./ghostty.nix
|
|
./kitty.nix
|
|
./vscode.nix
|
|
./wezterm.nix
|
|
./mpv.nix
|
|
];
|
|
}
|