From f852267b8bbec374bddf614deeffc3a06d14f231 Mon Sep 17 00:00:00 2001 From: Ren Lawrence Lin <70042943+KaitoTLex@users.noreply.github.com> Date: Tue, 3 Sep 2024 18:09:01 -0700 Subject: [PATCH] Update home.nix --- home.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/home.nix b/home.nix index 19c52c7..bd79b9e 100644 --- a/home.nix +++ b/home.nix @@ -4,13 +4,6 @@ inputs, ... }: -let - nixvim = import (builtins.fetchGit { - url = "https://github.com/nix-community/nixvim"; - # If you are not running an unstable channel of nixpkgs, select the corresponding branch of nixvim. - # ref = "nixos-24.05"; - }); -in { home.username = "kaitotlex"; home.homeDirectory = "/home/kaitotlex";