home-manager: Use minimal module set and import everything else manually

This commit is contained in:
SebastianStork 2026-02-19 18:05:49 +01:00
parent 0b87addc97
commit 0c25e7fd34
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
18 changed files with 98 additions and 6 deletions

View file

@ -1,5 +1,6 @@
{
config,
modulesPath,
inputs,
pkgs,
lib,
@ -27,6 +28,8 @@ let
};
in
{
imports = [ "${modulesPath}/programs/firefox" ];
options.custom.programs.firefox = {
enable = lib.mkEnableOption "";
extensions = lib.mkOption {