Add zen and librewolf configuration

This commit is contained in:
DashieTM 2025-03-12 11:11:10 +01:00
parent dc83628ac9
commit 1886700857
10 changed files with 219 additions and 62 deletions

View file

@ -10,6 +10,7 @@
pkgs,
root,
alternativePkgs,
system,
...
}: {
xdg = {
@ -23,7 +24,7 @@
useGlobalPkgs = true;
useUserPackages = true;
extraSpecialArgs = {
inherit inputs root additionalInputs alternativePkgs;
inherit inputs root additionalInputs alternativePkgs system;
};
users.${config.conf.username} = {
@ -32,6 +33,7 @@
./common.nix
./themes
./sync.nix
../modules/programs/browser/foxwrappers.nix
]
++ homeMods
++ additionalHomeMods