dotfiles/nixos
DannyDannyDanny d923edb9ec fix: use correct cursor package (code-cursor) and clean up manual installation
- Replace cursor-cli with code-cursor package (the correct Nix package)
- Remove manually installed Cursor.app from /Applications/
- Remove broken symlink from /usr/local/bin/cursor
- Backup Cursor user data to ~/dotfiles/backups/cursor/
- Nix-managed cursor (v1.5.11) now working correctly from /run/current-system/sw/bin/cursor
2025-09-12 15:30:19 +02:00
..
home/danny feat: add Michroma font via Google Fonts package 2025-09-12 14:32:35 +02:00
hosts fix: use correct cursor package (code-cursor) and clean up manual installation 2025-09-12 15:30:19 +02:00
fish.nix feat: unify theme switching with cross-platform script 2025-09-12 13:41:49 +02:00
flake.lock chore: udpate lockfile 🔒 📌 2025-09-12 12:23:02 +02:00
flake.nix fix(darwin+HM): align nixpkgs↔nix-darwin, force HM home path, dedupe nvim/tmux 🔧 2025-09-09 21:57:04 +02:00
hardware-configuration.nix merge: hardware config from main 2025-07-27 16:06:02 +02:00
neovim.nix chore: revert neovim changes, remove tmux + fish from nix-darwin 🔨 2025-09-08 20:41:49 +02:00
readme.md doc: rebuilding darwin-nix ♻️📝 2025-09-10 10:33:50 +02:00
tmux.nix merge: tmux.nix from wsl branch 2025-07-27 14:52:35 +02:00
uxplay.nix merge: uxplay from main 2025-07-27 16:08:35 +02:00
wsl.conf chore: remove wsl.conf 2025-09-09 15:24:51 +02:00

Rebuild nixos and points to dotfiles dir:

sudo nixos-rebuild switch --flake ~/dotfiles/nixos#macbookair
# or
sudo nixos-rebuild switch --flake ~/dotfiles/nixos#wsl
# or
sudo -H nix run github:lnl7/nix-darwin -- switch --flake ~/dotfiles/nixos#Daniel-Macbook-Air