treewide: remove unused 'with pkgs'

This commit is contained in:
Bruno BELANYI 2026-01-12 14:54:11 +00:00
parent 7202fa1911
commit 42e2c8a6d8
5 changed files with 5 additions and 5 deletions

View file

@ -10,7 +10,7 @@ in
};
config = lib.mkIf cfg.enable {
home.packages = with pkgs; [
home.packages = [
cfg.package
];
};