Compare commits

...

4 Commits

Author SHA1 Message Date
jolheiser 37490438a5
feat: gomodsri
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2024-03-07 23:07:41 -06:00
jolheiser 5f16a3901e
chore: cleanup
remove some unused packages and reformat some minor nits

Signed-off-by: jolheiser <john.olheiser@gmail.com>
2024-03-07 21:00:45 -06:00
jolheiser 8a6066d834
chore: update git insteadofs
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2024-03-07 20:37:46 -06:00
jolheiser f414c40128
chore: update ugit
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2024-03-07 20:04:45 -06:00
7 changed files with 15 additions and 19 deletions

View File

@ -18,20 +18,11 @@
spotify-player
# LSPs
lua-language-server
marksman
nodePackages.yaml-language-server
# Formatters
nodePackages.lua-fmt
python3Packages.black
# IDEs
jetbrains.goland
# Flake overlays
jolheiser.nur.imp
jolheiser.nur.kv
];
};
dconf.settings = let

View File

@ -64,5 +64,5 @@
domain: gist.jojodev.com
'';
programs = {home-manager.enable = true;};
programs.home-manager.enable = true;
}

View File

@ -45,9 +45,7 @@ in {
diff.algorithm = "histogram";
merge.tool = "hx";
url =
{
"ugit@git.jolheiser.com:".insteadOf = "ssh:jo:";
}
insteadOf "jo" "git.jolheiser.com"
// insteadOf "gh" "github.com"
// insteadOf "jj" "git.jojodev.com"
// insteadOf "gt" "gitea.com"

View File

@ -1,3 +1,4 @@
# This entire file is superceded by https://git.jolheiser.com/helix.drv
{pkgs, ...}: let
query = scm:
builtins.readFile (pkgs.fetchFromGitea {

View File

@ -60,6 +60,14 @@ def fg [args ...string] {
| ^fzf --ansi --color 'hl:-1:underline,hl+:-1:underline:reverse' --delimiter ':' --preview "bat --color=always {1} --theme='ctp-mocha' --highlight-line {2}" --preview-window 'up,60%,border-bottom,+{2}+3/3,~3' --bind $"enter:become\(($env.EDITOR) +{2} {1}\)"
}
def gomodsri [] {
let tmp = (mktemp -d)
go mod vendor -o $tmp
let sri = (go run tailscale.com/cmd/nardump@latest --sri $tmp)
$sri | save -f go.mod.sri
rm -rf $tmp
}
## Other ##
$env.EDITOR = hx
$env.config = ($env.config | upsert "shell_integration" ("WEZTERM_PANE" not-in $env and "SSH_CLIENT" not-in $env))

View File

@ -547,11 +547,11 @@
"tailwind-ctp-lsp": "tailwind-ctp-lsp"
},
"locked": {
"lastModified": 1709333347,
"narHash": "sha256-XG6MKNrQWb1sFIcbl6bXQMEwS/yTd4IfL9TBjAdqeOQ=",
"lastModified": 1709863186,
"narHash": "sha256-Qba14UPPIWl95R+QSHJaxvAhL7Uo9LfO3kHovePcrPM=",
"ref": "refs/heads/main",
"rev": "67d16f4d3e3edbfaa209468f306850b00c9ae2be",
"revCount": 28,
"rev": "2615593c2f59ab25cb74d65d968a33cbc834e9c5",
"revCount": 29,
"type": "git",
"url": "https://git.jolheiser.com/ugit.git"
},

View File

@ -12,8 +12,6 @@ in {
};
};
hardware = {bluetooth.enable = true;};
networking = {
hostName = "genmaicha";
networkmanager.enable = true;