refactor: update dependencies and flake configurations

This commit is contained in:
uttarayan21
2025-11-11 13:46:26 +05:30
parent 43fb59184c
commit ba648817a3
14 changed files with 325 additions and 324 deletions

View File

@@ -53,6 +53,8 @@
};
};
in {
stylix.targets.librewolf.profileNames = ["default"];
stylix.targets.zen-browser.profileNames = ["default"];
programs.librewolf = config // {package = stablePkgs.librewolf;};
# programs.firefox = config;
}