nix/home-manager/common/software/gui/default.nix
2024-03-18 11:45:39 +09:00

6 lines
70 B
Nix

{ ... }: {
imports = [
./kitty.nix
./firefox.nix
];
}