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

8 lines
122 B
Nix
Raw Normal View History

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