fixing and reorganizing, removed nvf flake
This commit is contained in:
parent
6c99ced7fe
commit
1e3dff9436
3 changed files with 1 additions and 9 deletions
|
@ -7,10 +7,9 @@
|
|||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
nvf.url = "github:notashelf/nvf";
|
||||
};
|
||||
|
||||
outputs = inputs@{ nixpkgs, home-manager, nvf, ... }: {
|
||||
outputs = inputs@{ nixpkgs, home-manager, ... }: {
|
||||
nixosConfigurations = {
|
||||
# greynix - Gray Asus machine
|
||||
greynix = nixpkgs.lib.nixosSystem {
|
||||
|
@ -19,7 +18,6 @@
|
|||
./mods/base.nix
|
||||
./greynix/configuration.nix
|
||||
./mods/docker.nix
|
||||
nvf.nixosModules.default #for neovim framework flake
|
||||
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue