fix: Overlay madness
This commit is contained in:
parent
aefc01b614
commit
8e140a0f6d
1 changed files with 7 additions and 1 deletions
|
@ -72,7 +72,13 @@
|
|||
nixosConfigurations.vm =
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
pkgs = import nixpkgs { inherit system; };
|
||||
overlays = [
|
||||
home-config.overlays.jpassmenu
|
||||
home-config.overlays.audiomenu
|
||||
home-config.overlays.nixneovim
|
||||
home-config.overlays.neovim-nightly
|
||||
];
|
||||
pkgs = import nixpkgs { inherit system overlays; };
|
||||
in
|
||||
lib.nixosSystem
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue