mirror of
https://github.com/smg1024/nix-darwin.git
synced 2026-05-22 20:32:59 +09:00
fix: typo for config and temporarily disable dependencies
This commit is contained in:
parent
99de0d4f2a
commit
006eaf33be
10 changed files with 471 additions and 50 deletions
|
|
@ -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";
|
||||
# })
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue