7 lines
90 B
Nix
7 lines
90 B
Nix
{ ... }: {
|
|
imports = [
|
|
./kitty.nix
|
|
./librewolf.nix
|
|
./thunderbird.nix
|
|
];
|
|
}
|