cornflake/home-manager/firefox.nix
2026-03-01 01:39:57 +09:00

6 lines
45 B
Nix

{
programs.firefox = {
enable = true;
};
}