new formatting, nixvim is working

This commit is contained in:
vali 2024-05-22 14:29:45 +02:00
commit 88db34c822
88 changed files with 1994 additions and 1845 deletions

View file

@ -1,8 +1,12 @@
{
description = "My NixOS config flake";
outputs = inputs@{ self, nixpkgs, ... }: {
outputs = inputs @ {
self,
nixpkgs,
...
}: {
inherit (nixpkgs) lib;
nixosConfigurations = import ./hosts { inherit inputs; };
nixosConfigurations = import ./hosts {inherit inputs;};
};
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
@ -49,7 +53,7 @@
};
};
spicetify-nix.url = "github:the-argus/spicetify-nix";
nur = { url = "github:nix-community/NUR"; };
nur = {url = "github:nix-community/NUR";};
nixvim = {
url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs";
@ -63,6 +67,5 @@
url = "github:nix-community/fenix";
inputs.nixpkgs.follows = "nixpkgs";
};
};
}