Skip to content

Commit

Permalink
bump nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Jan 30, 2024
1 parent a2f131e commit 4c9a260
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 19 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 23 additions & 13 deletions nix/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions scripts/igm-sync
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ cursor --list-extensions >config/cursor/extensions.txt

# Copy Cursor settings
CURSOR_USER_DIR="$HOME/Library/Application Support/Cursor/User"
cp "$CURSOR_USER_DIR/settings.json" config/cursor/settings.json
cp "$CURSOR_USER_DIR/keybindings.json" config/cursor/keybindings.json 2>/dev/null
cp "$CURSOR_USER_DIR/tasks.json" config/cursor/tasks.json 2>/dev/null
cp "$CURSOR_USER_DIR/settings.json" config/cursor/settings.json 2>/dev/null || :
cp "$CURSOR_USER_DIR/keybindings.json" config/cursor/keybindings.json 2>/dev/null || :
cp "$CURSOR_USER_DIR/tasks.json" config/cursor/tasks.json 2>/dev/null || :

0 comments on commit 4c9a260

Please sign in to comment.