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

@@ -5,7 +5,6 @@
}: {
home.packages = lib.optionals pkgs.stdenv.isLinux [
pkgs.blueman
pkgs.webcord
];
services.blueman-applet.enable = pkgs.stdenv.isLinux;
}

View File

@@ -5,6 +5,5 @@
}: {
home.packages = lib.optionals pkgs.stdenv.isLinux [
pkgs.discord
pkgs.webcord
];
}

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;
}