mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
minor fix on nix-darwin
This commit is contained in:
parent
8b2899ca97
commit
872a2b4d4d
6 changed files with 7 additions and 7 deletions
|
|
@ -32,4 +32,5 @@ Library
|
||||||
.config/sketchybar
|
.config/sketchybar
|
||||||
.config/skhd
|
.config/skhd
|
||||||
.config/yabai
|
.config/yabai
|
||||||
|
.config/powershell
|
||||||
{{ end}}
|
{{ end}}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
#!/usr/bin/env pwsh
|
|
||||||
|
|
||||||
Install-Package PSFzf -Force
|
|
||||||
Install-Package CompletionPredictor -Force
|
|
||||||
|
|
||||||
git clone --depth 1 https://github.com/catppuccin/powershell.git (Join-Path $Env:PSModulePath.Split(':')[0] Catppuccin)
|
|
||||||
|
|
@ -19,6 +19,7 @@ set -gx XDG_CACHE_HOME (set -q XDG_CACHE_HOME; and echo $XDG_CACHE_HOME; or echo
|
||||||
|
|
||||||
if test (uname) = "Darwin"
|
if test (uname) = "Darwin"
|
||||||
set -gx XDG_RUNTIME_DIR $HOME/.tmp/run/
|
set -gx XDG_RUNTIME_DIR $HOME/.tmp/run/
|
||||||
|
fish_add_path /run/current-system/sw/bin
|
||||||
else
|
else
|
||||||
set -gx XDG_RUNTIME_DIR /run/user/(id -u)
|
set -gx XDG_RUNTIME_DIR /run/user/(id -u)
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,6 @@
|
||||||
./hosts/macbook/system.nix
|
./hosts/macbook/system.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -46,6 +46,7 @@
|
||||||
tlrc
|
tlrc
|
||||||
tmux
|
tmux
|
||||||
uv
|
uv
|
||||||
|
yazi
|
||||||
zoxide
|
zoxide
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -171,3 +171,6 @@ if command -v vcpkg >/dev/null; then
|
||||||
export VCPKG_ROOT="$XDG_DATA_HOME"/vcpkg
|
export VCPKG_ROOT="$XDG_DATA_HOME"/vcpkg
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -d "/nix" ]; then
|
||||||
|
export PATH="/run/current-system/sw/bin:$PATH"
|
||||||
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue