khard dump working

This commit is contained in:
Till 2025-05-16 08:43:13 +02:00
parent c033c64135
commit df972b037d
2 changed files with 31 additions and 1 deletions

View file

@ -1,6 +1,7 @@
{ config, pkgs, ... }:
{
imports = [ ./khard-dump.nix ];
home.packages = with pkgs; [
nodePackages.typescript-language-server
marksman
@ -17,7 +18,7 @@
src = builtins.fetchGit {
url = "ssh://git@shorbut.ktiu.net/home/git/woof.vim/";
ref = "main";
rev = "146eca695d0c3901905f4d46d9defd1f624dc193";
rev = "5c3f6675436e33e56e2f43ed8853925daaf1d011";
};
};
in