refactor: update dependencies and flake configurations
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
}: {
|
||||
home.packages = lib.optionals pkgs.stdenv.isLinux [
|
||||
pkgs.blueman
|
||||
pkgs.webcord
|
||||
];
|
||||
services.blueman-applet.enable = pkgs.stdenv.isLinux;
|
||||
}
|
||||
|
||||
@@ -5,6 +5,5 @@
|
||||
}: {
|
||||
home.packages = lib.optionals pkgs.stdenv.isLinux [
|
||||
pkgs.discord
|
||||
pkgs.webcord
|
||||
];
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user