Skip to content

Commit

Permalink
Remove home-manager symlink, not needed for flake
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKnarf committed Jul 13, 2024
1 parent 5ecec01 commit 3645e89
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions setup
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,6 @@ setup_link "$HOME/.config/skhd/skhdrc" "skhdrc"
setup_link "$HOME/.bin" "bin"
setup_link "$HOME/.config/nvim" "nvim"

if grep -q 'ID=nixos' /etc/os-release; then
echo "- Setting up NixOS spesific symlinks"
setup_link "$HOME/.config/home-manager" "os/nixos/home-manager"
else
echo "- Not running on NixOS, skipping NixOS-specific tasks."
fi

# -----------------------------------------
# Vim setup
# -----------------------------------------
Expand Down

0 comments on commit 3645e89

Please sign in to comment.