Compare commits

...

2 Commits

Author SHA1 Message Date
Tyrel Souza d6df6b53bc
prune more 2023-11-16 12:22:33 -05:00
Tyrel Souza 81b4260bfe
prune 2023-11-16 12:20:56 -05:00
5 changed files with 4 additions and 1 deletions

Binary file not shown.

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