mirror of
https://github.com/softinio/nix-config.git
synced 2025-09-03 16:16:42 -07:00
fetch nvim config from github
This commit is contained in:
parent
1dfa3b33b6
commit
345254b97e
1 changed files with 4 additions and 2 deletions
6
home.nix
6
home.nix
|
@ -217,8 +217,10 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# Neovim Configuration
|
# Neovim Configuration
|
||||||
xdg.configFile."nvim".source = builtins.fetchGit {
|
xdg.configFile."nvim".source = pkgs.fetchFromGitHub {
|
||||||
url = "https://code.softinio.com/softinio/nvim-config";
|
owner = "softinio";
|
||||||
|
repo = "nvim-config";
|
||||||
rev = "ba28bef49a6ec11692d5bdb4949fc484139c8fa5";
|
rev = "ba28bef49a6ec11692d5bdb4949fc484139c8fa5";
|
||||||
|
sha256 = "sha256-0I4yOFbcL9peHvKm8I9LXE2R9i54NvdDO5QJ5oPXTkU=";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue