nix/home-manager/common/software/gui/default.nix
2023-09-15 12:03:35 +09:00

8 lines
No EOL
131 B
Nix

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