8 lines
No EOL
129 B
Nix
8 lines
No EOL
129 B
Nix
{ theme, hostname, ... }: {
|
|
imports = [
|
|
./kitty.nix
|
|
./firefox.nix
|
|
# ./thunderbird.nix
|
|
./vscodium.nix
|
|
];
|
|
} |