lint: flake.nix: Indentation fix

This commit is contained in:
Ivan Golikov 2026-09-12 03:07:03 +02:00
parent 5ba46b5dd3
commit 9918331044

View file

@ -18,7 +18,7 @@
{ self, nixpkgs, home-manager, nix4nvchad, ... }@inputs:
let
system = "x86_64-linux";
pkgs = import nixpkgs { system = "x86_64-linux"; config = { allowUnfree = true; }; };
pkgs = import nixpkgs { system = "x86_64-linux"; config = { allowUnfree = true; }; };
in
{
homeConfigurations."ivan" = home-manager.lib.homeManagerConfiguration {