fix: typo for config and temporarily disable dependencies

This commit is contained in:
Poby 2026-03-13 23:50:30 +09:00
parent 99de0d4f2a
commit 006eaf33be
No known key found for this signature in database
10 changed files with 471 additions and 50 deletions

View file

@ -17,7 +17,7 @@
./jq.nix
./lazygit.nix
./mise.nix
./ghostty.nix
# ./ghostty.nix # FIXME: ghostty home-manager program not available in aarch64-darwin
./bat.nix
./aerospace.nix
# TODO ./pass.nix
@ -31,14 +31,15 @@
# packages that are not available via programs
packages = with pkgs; [
# nix-search-tv
(writeShellApplication {
name = "ns";
runtimeInputs = with pkgs; [
fzf
nix-search-tv
];
text = builtins.readFile "${pkgs.nix-search-tv.src}/nixpkgs.sh";
})
# FIXME: NIX_SHELL_CMD='nix-shell --run $SHELL -p $(echo "{}" | sed "s:nixpkgs/::g"' ^-- SC2016 (info): Expressions don't expand in single quotes, use double quotes for that.
# (writeShellApplication {
# name = "ns";
# runtimeInputs = with pkgs; [
# fzf
# nix-search-tv
# ];
# text = builtins.readFile "${pkgs.nix-search-tv.src}/nixpkgs.sh";
# })
];
};