home-manager phoenix?

This commit is contained in:
andromeda
2026-01-03 14:17:32 +01:00
parent 5152bc6c47
commit 58076ab05e
2 changed files with 9 additions and 2 deletions

View File

@@ -179,7 +179,14 @@ in {
};
gh.enable = true;
home-manager.enable = true;
firefox.enable = true;
firefox = {
enable = true;
profiles."andromeda".name = "andromeda";
};
firefox.phoenix = {
enable = true;
profiles = ["andromeda"];
};
# librewolf = {
# enable = true;
# package = pkgs.librewolf.override {