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

8 lines
No EOL
129 B
Nix

{ theme, hostname, ... }: {
imports = [
./kitty.nix
./firefox.nix
# ./thunderbird.nix
./vscodium.nix
];
}