fixing pkgs module for all users

This commit is contained in:
2025-07-23 11:58:09 +02:00
parent f4d0013aa0
commit 44761a368a
3 changed files with 9 additions and 9 deletions

View File

@@ -4,7 +4,7 @@
lib,
...
}: let
inherit (lib) mkIf mkEnableOption mkOption types;
inherit (lib) mkIf mkEnableOption mkOption types mkMerge;
cfg = config.home.programs.pkgs;
in {
options = {
@@ -15,7 +15,6 @@ in {
default = false;
description = "Whether to install common packages.";
};
desktop.enable = mkOption {
type = types.bool;
default = false;