only apply overlays where needed

This commit is contained in:
twoneis 2024-07-21 03:27:42 +02:00
parent 15842977ad
commit 21739b152d
4 changed files with 11 additions and 12 deletions

View file

@ -1,4 +1,5 @@
{ lib, config, pkgs, ... }: lib.mkIf config.full {
{ inputs, lib, config, pkgs, ... }: lib.mkIf config.full {
nixpkgs.overlays = [ inputs.nur.overlay ];
home-manager.users.${config.username} = {
programs.firefox = {
enable = true;