ehh
This commit is contained in:
parent
125a9e105d
commit
ed7ec17fc8
10
flake.nix
10
flake.nix
@ -4,13 +4,17 @@
|
||||
nvf.url = "github:notashelf/nvf";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, nvf, ...}: {
|
||||
|
||||
outputs = {
|
||||
nixpkgs,
|
||||
nvf,
|
||||
...
|
||||
}: {
|
||||
packages."x86_64-linux".default =
|
||||
(nvf.lib.neovimConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages."x86_64-linux";
|
||||
modules = [./secondconfig.nix];
|
||||
}).neovim;
|
||||
})
|
||||
.neovim;
|
||||
|
||||
nixosConfiguration.nixos = nixpkgs.lib.nixosSystem {
|
||||
modules = [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user