nix/home-manager/common/software/gui/default.nix

8 lines
131 B
Nix
Raw Normal View History

2023-09-15 05:03:35 +02:00
{ theme, hostname, ... }: {
imports = [
./kitty.nix
./firefox.nix
# ./thunderbird.nix
# ./vscodium.nix
];
}