Update Cursor to 1.4.2 and anonymize personal information

This commit is contained in:
thinktankmachine
2025-08-07 09:57:46 +10:00
parent 32155ec2dc
commit 3f4c4f3b26
9 changed files with 720 additions and 77 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ Get Cursor 1.3.9 running on NixOS in minutes!
```
2. **Customize the username** (optional):
- Edit `home.nix` and change `home.username = "liam";` to your username
- Edit `configuration.nix` and change `users.users.liam` to your username
- Edit `home.nix` and change `home.username = "user";` to your username
- Edit `configuration.nix` and change `users.users.user` to your username
3. **Deploy to your system:**
```bash