updates, strip out kak

This commit is contained in:
Kate 2025-02-13 10:24:03 +01:00
parent 45391ed33f
commit eeff107c20
5 changed files with 7 additions and 14 deletions

View file

@ -13,7 +13,6 @@
stateless = true; stateless = true;
drivers = [ drivers = [
pkgs.canon-cups-ufr2
]; ];
}; };

View file

@ -11,8 +11,6 @@
# Additional HM config modules. # Additional HM config modules.
imports = [ imports = [
(normalizeModule ./kakoune.hm.nix)
(normalizeModule ./kakoune-lsp.hm.nix)
(normalizeModule ./git.hm.nix) (normalizeModule ./git.hm.nix)
(normalizeModule ./talon.hm.nix) (normalizeModule ./talon.hm.nix)
]; ];

View file

@ -7,7 +7,5 @@
# Additional HM config modules. # Additional HM config modules.
imports = [ imports = [
(normalizeModule ./kakoune.hm.nix)
(normalizeModule ./kakoune-lsp.hm.nix)
]; ];
} }

View file

@ -22,7 +22,6 @@ with pkgs;
nix-index nix-index
rsync rsync
tree-sitter tree-sitter
deprekages.kak-tree-sitter
tmux tmux
deprekages._7zz deprekages._7zz
@ -60,7 +59,7 @@ with pkgs;
agenix.agenix agenix.agenix
atool atool
bat bat
bitwarden-cli #bitwarden-cli
bzip2 bzip2
cardpeek cardpeek
cpio cpio
@ -155,7 +154,7 @@ with pkgs;
)) ))
# Reversing. # Reversing.
binwalk #binwalk
# Development. # Development.
colmena colmena
@ -231,7 +230,7 @@ with pkgs;
dig dig
magic-wormhole magic-wormhole
jadx #jadx
steam-run steam-run
attic.attic attic.attic
@ -244,7 +243,6 @@ with pkgs;
++ ( ++ (
if (!is-hm-standalone && !is-droid) then if (!is-hm-standalone && !is-droid) then
[ [
kakoune
] ]
else else
[ ] [ ]

View file

@ -6,7 +6,7 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "mergiraf"; pname = "mergiraf";
version = "0.3.1"; version = "0.5.1";
doCheck = false; doCheck = false;
@ -15,10 +15,10 @@ rustPlatform.buildRustPackage rec {
owner = "mergiraf"; owner = "mergiraf";
repo = "mergiraf"; repo = "mergiraf";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-ORCGGSODZnZH3Ukzmqrweth4KggWGt5YFYEqA4DbTls="; hash = "sha256-CiZG0O5F2sidInSFUtB1q5GSfTIjX9xUr52y0TZ5tDs=";
}; };
cargoHash = "sha256-Rr59x+/sDA0ttkVZh7hVhnvkNogQj9q9aXomNjHIXII="; cargoHash = "sha256-ldgFCq2MaFmJhTcPx8zTLX7ErgNGlSqRaQRr9fWf1uU=";
meta = { meta = {
description = "A syntax-aware git merge driver for a growing collection of programming languages and file formats"; description = "A syntax-aware git merge driver for a growing collection of programming languages and file formats";