This commit is contained in:
Tyrel Souza 2023-11-16 12:20:56 -05:00
parent 432a8fb491
commit 81b4260bfe
No known key found for this signature in database
GPG Key ID: F3614B02ACBE438E
4 changed files with 4 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,4 +1,3 @@
require("settings")
vim.g.python3_host_prog = '/opt/nvimpython/.nvim.pythonenv/bin/python3'
@ -173,3 +172,4 @@ return require('packer').startup(function(use)
]])
end)
require("settings")

View File

@ -19,6 +19,9 @@ setup-ubuntu:
NIX_PATH={{NIXPATH}} nix-channel --update
NIX_PATH={{NIXPATH}} nix-shell '<home-manager>' -A install
update-hm:
NIX_PATH={{NIXPATH}} nix-shell '<home-manager>' -A update
setup-debian:
NIX_PATH={{NIXPATH}} nix-channel --add https://nixos.org/channels/nixos-22.11 nixos
NIX_PATH={{NIXPATH}} nix-channel --add https://github.com/nix-community/home-manager/archive/release-22.11.tar.gz home-manager