only apply overlays where needed
This commit is contained in:
parent
15842977ad
commit
21739b152d
4 changed files with 11 additions and 12 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue