lint: flake.nix: Indentation fix
This commit is contained in:
parent
5ba46b5dd3
commit
9918331044
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue