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:
|
{ self, nixpkgs, home-manager, nix4nvchad, ... }@inputs:
|
||||||
let
|
let
|
||||||
system = "x86_64-linux";
|
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
|
in
|
||||||
{
|
{
|
||||||
homeConfigurations."ivan" = home-manager.lib.homeManagerConfiguration {
|
homeConfigurations."ivan" = home-manager.lib.homeManagerConfiguration {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue