flake/users/guanranwang/home-manager/nixos/browser/firefox.nix
2023-11-05 20:50:08 +08:00

7 lines
90 B
Nix

{...}: {
programs = {
enable = true;
# TODO
profiles."default" = {};
};
}