Switch from Firefox to Zen, ...

Former-commit-id: 7add142ab1
This commit is contained in:
Hadi
2024-12-03 19:36:15 +01:00
parent bd98e149f9
commit 916a9ed923
8 changed files with 154 additions and 7 deletions

View File

@@ -1,3 +1,4 @@
# Not using this file anymore, but keeping it for reference
{ pkgs, config, ... }:
let
accent = "#${config.lib.stylix.colors.base0D}";
@@ -76,6 +77,12 @@ let
};
};
in {
home.file."homepage" = {
source = "${homepage}/build";
recursive = true;
};
stylix.targets.firefox.profileNames = [ "default" ];
programs.firefox = {
enable = true;