mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2026-09-06 05:56:09 +00:00
@@ -98,9 +98,6 @@
|
|||||||
if type -q starship
|
if type -q starship
|
||||||
starship init fish | source
|
starship init fish | source
|
||||||
end
|
end
|
||||||
if type -q fnm
|
|
||||||
fnm env --use-on-cd | source
|
|
||||||
end
|
|
||||||
if type -q nvs
|
if type -q nvs
|
||||||
nvs env --source | source
|
nvs env --source | source
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -45,7 +45,6 @@ let
|
|||||||
shellAliases = {
|
shellAliases = {
|
||||||
p = "pnpm";
|
p = "pnpm";
|
||||||
px = "pnpm -s dlx";
|
px = "pnpm -s dlx";
|
||||||
n = "fnm use --install-if-missing";
|
|
||||||
c = "pwd | pbcopy";
|
c = "pwd | pbcopy";
|
||||||
|
|
||||||
vai = "sudo darwin-rebuild switch --flake ~/.config/dotfiles#${host.hostName}";
|
vai = "sudo darwin-rebuild switch --flake ~/.config/dotfiles#${host.hostName}";
|
||||||
|
|||||||
@@ -28,7 +28,6 @@ with pkgs;
|
|||||||
# Language specific
|
# Language specific
|
||||||
nil
|
nil
|
||||||
nixd
|
nixd
|
||||||
fnm
|
|
||||||
bun
|
bun
|
||||||
zig
|
zig
|
||||||
uv
|
uv
|
||||||
|
|||||||
Reference in New Issue
Block a user