ljasdjklasdjlk

This commit is contained in:
2025-06-19 02:24:13 +02:00
parent 373a1d7966
commit 73269b0679
5 changed files with 12 additions and 9 deletions

View File

@@ -29,6 +29,7 @@
typos-lsp # typos
tinymist # typst
zls # zig
typos # spell checker
# I prefer these in shell.nix / virtual environments
# python3Packages.python-lsp-server # pylsp

View File

@@ -26,7 +26,7 @@ in
/* unstable.nixtract */
unstable.nixfmt-rfc-style
nurl
manix
# manix
#comma # collides with nix-index-database
devenv
nix-fast-build
@@ -34,12 +34,14 @@ in
];
home.shellAliases = {
manix-fzf = ''manix "" 2>/dev/null | grep '^# ' | sed 's/^# \(.*\) (.*/\1/;s/ (.*//;s/^# //' | fzf --preview="manix '{}'" | xargs manix'';
# manix-fzf = ''manix "" 2>/dev/null | grep '^# ' | sed 's/^# \(.*\) (.*/\1/;s/ (.*//;s/^# //' | fzf --preview="manix '{}'" | xargs manix'';
denix = "sed -E 's@/nix/store/[^ /]+@@g'";
denix-ellipsis = "sed -E 's@/nix/store/[^ /-]+-?@/nix/store/...@g'";
# nix-eval = "nix eval --impure --expr";
# nix-eval-nixpkgs = mkArgsAlias ''nix eval --impure --expr "with import (builtins.getFlake "nixpkgs") {}; $1" "''${@:2}"'';
nom-instantiate = "nix-instantiate";
inom = mkArgsAlias ''nom "$@" --system i686-linux -j0'';
@@ -75,9 +77,6 @@ in
dnix-build = "nix-build --system x86_64-darwin -j0";
danom-build = "nom-build --system aarch64-darwin -j0";
danix-build = "nix-build --system aarch64-darwin -j0";
nix-eval = "nix eval --impure --expr";
nix-eval-nixpkgs = mkArgsAlias ''nix eval --impure --expr "with import (builtins.getFlake "nixpkgs") {}; $1" "''${@:2}"'';
};
programs.bash.initExtra = ''