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