chore: Move overlay to OS config
This commit is contained in:
parent
0d0ea496f1
commit
dd7433d5b7
3 changed files with 16 additions and 6 deletions
|
|
@ -9,10 +9,13 @@
|
|||
{
|
||||
imports = [
|
||||
(
|
||||
{ ... }:
|
||||
{ inputs, lib, ... }:
|
||||
{
|
||||
nixpkgs = {
|
||||
config.allowUnfree = true;
|
||||
overlays = with inputs; [
|
||||
emacs.overlay
|
||||
];
|
||||
};
|
||||
home-manager.extraSpecialArgs = { inherit stable; };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue