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";