prune
This commit is contained in:
parent
432a8fb491
commit
81b4260bfe
BIN
home/bin/gochk
BIN
home/bin/gochk
Binary file not shown.
Binary file not shown.
@ -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")
|
||||
|
3
justfile
3
justfile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user