Compare commits

..

No commits in common. "37490438a571e2658719246b83f6f48599c02d9a" and "ab3f96a75428e799d0a9704a910efecb47f97d92" have entirely different histories.

7 changed files with 19 additions and 15 deletions

View File

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

View File

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

View File

@ -60,14 +60,6 @@ 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": 1709863186,
"narHash": "sha256-Qba14UPPIWl95R+QSHJaxvAhL7Uo9LfO3kHovePcrPM=",
"lastModified": 1709333347,
"narHash": "sha256-XG6MKNrQWb1sFIcbl6bXQMEwS/yTd4IfL9TBjAdqeOQ=",
"ref": "refs/heads/main",
"rev": "2615593c2f59ab25cb74d65d968a33cbc834e9c5",
"revCount": 29,
"rev": "67d16f4d3e3edbfaa209468f306850b00c9ae2be",
"revCount": 28,
"type": "git",
"url": "https://git.jolheiser.com/ugit.git"
},

View File

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