Make firefox module compatible with nixos hosts

This commit is contained in:
Yan Lin 2025-09-12 23:15:08 +02:00
parent 3e40d04572
commit c85ea77b73
2 changed files with 175 additions and 150 deletions

View file

@ -22,6 +22,12 @@
nixpkgs.config.allowUnfree = true;
# Firefox configuration
programs.firefox-custom = {
enable = true;
package = null; # Use system Firefox on Darwin
};
home.username = "yanlin";
home.homeDirectory = "/Users/yanlin";
home.stateVersion = "24.05";