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 spotify-player
# LSPs # LSPs
lua-language-server
marksman marksman
nodePackages.yaml-language-server nodePackages.yaml-language-server
# Formatters
nodePackages.lua-fmt
python3Packages.black
# IDEs # IDEs
jetbrains.goland jetbrains.goland
# Flake overlays
jolheiser.nur.imp
jolheiser.nur.kv
]; ];
}; };
dconf.settings = let dconf.settings = let

View File

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

View File

@ -45,7 +45,9 @@ in {
diff.algorithm = "histogram"; diff.algorithm = "histogram";
merge.tool = "hx"; merge.tool = "hx";
url = url =
insteadOf "jo" "git.jolheiser.com" {
"ugit@git.jolheiser.com:".insteadOf = "ssh:jo:";
}
// insteadOf "gh" "github.com" // insteadOf "gh" "github.com"
// insteadOf "jj" "git.jojodev.com" // insteadOf "jj" "git.jojodev.com"
// insteadOf "gt" "gitea.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 {pkgs, ...}: let
query = scm: query = scm:
builtins.readFile (pkgs.fetchFromGitea { 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}\)" | ^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 ## ## Other ##
$env.EDITOR = hx $env.EDITOR = hx
$env.config = ($env.config | upsert "shell_integration" ("WEZTERM_PANE" not-in $env and "SSH_CLIENT" not-in $env)) $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" "tailwind-ctp-lsp": "tailwind-ctp-lsp"
}, },
"locked": { "locked": {
"lastModified": 1709863186, "lastModified": 1709333347,
"narHash": "sha256-Qba14UPPIWl95R+QSHJaxvAhL7Uo9LfO3kHovePcrPM=", "narHash": "sha256-XG6MKNrQWb1sFIcbl6bXQMEwS/yTd4IfL9TBjAdqeOQ=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "2615593c2f59ab25cb74d65d968a33cbc834e9c5", "rev": "67d16f4d3e3edbfaa209468f306850b00c9ae2be",
"revCount": 29, "revCount": 28,
"type": "git", "type": "git",
"url": "https://git.jolheiser.com/ugit.git" "url": "https://git.jolheiser.com/ugit.git"
}, },

View File

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