working nixvim!
This commit is contained in:
parent
dee7f495d1
commit
1ae2d7cc6a
8 changed files with 100 additions and 20 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
description = "lololo";
|
||||
description = "My NixOS config flake";
|
||||
outputs = inputs@{ self, nixpkgs, ... }: {
|
||||
inherit (nixpkgs) lib;
|
||||
nixosConfigurations = import ./hosts { inherit inputs; };
|
||||
|
@ -51,8 +51,8 @@
|
|||
spicetify-nix.url = "github:the-argus/spicetify-nix";
|
||||
nur = { url = "github:nix-community/NUR"; };
|
||||
nixvim = {
|
||||
url = "github:nix-community/nixvim";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
url = "github:nix-community/nixvim";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
agenix.url = "github:ryantm/agenix";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue