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

8 lines
122 B
Nix
Raw Normal View History

2024-01-05 16:17:13 +09:00
{ hostname, ... }: {
2023-09-15 12:03:35 +09:00
imports = [
./kitty.nix
./firefox.nix
# ./thunderbird.nix
2023-09-30 21:44:49 +09:00
./vscodium.nix
2023-09-15 12:03:35 +09:00
];
}