Update home.nix

This commit is contained in:
Ren Lawrence Lin 2024-09-03 18:09:01 -07:00 committed by GitHub
parent 63888160ec
commit f852267b8b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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