pantheon/programs_temp/firefox.nix
2025-03-27 03:19:25 +08:00

5 lines
51 B
Nix

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