mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-08 01:07:23 +08:00
fixup
This commit is contained in:
parent
41ac8bf6ce
commit
69ce46c632
1 changed files with 2 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
inherit system;
|
||||
config.allowUnfree = true;
|
||||
overlays = [
|
||||
(import inputs.emacs-overlay)
|
||||
(import inputs.emacs-overlay.overlay)
|
||||
(import inputs.neovim-nightly-overlay.overlay)
|
||||
];
|
||||
};
|
||||
|
|
@ -109,6 +109,7 @@
|
|||
modules = [
|
||||
{
|
||||
nixpkgs.overlays = [
|
||||
(inputs.emacs-overlay.overlay)
|
||||
(inputs.neovim-nightly-overlay.overlay)
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue