Add NUR overlay for home-manager
This commit is contained in:
parent
37b710f504
commit
46a2fa9709
1 changed files with 6 additions and 0 deletions
|
@ -22,4 +22,10 @@
|
|||
++ lib.optional (builtins.isString desktop) ./common/software/gui/firefox.nix
|
||||
++ lib.optional (builtins.isString desktop) ./common/software/gui/thunderbird.nix
|
||||
++ lib.optional (builtins.isString desktop) ./hosts/${hostname}/desktops/${desktop}; # Machine-specific desktop configs
|
||||
|
||||
nixpkgs = {
|
||||
overlays = [
|
||||
inputs.nur.overlay
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue