add cursor to thinkpad

This commit is contained in:
Yan Lin 2025-12-02 23:55:12 +01:00
parent bd513a60c5
commit b5e8bfcf83
3 changed files with 20 additions and 0 deletions

View file

@ -15,6 +15,7 @@
../../../modules/papis.nix
../../../modules/libreoffice.nix
../../../modules/schedule.nix
../../../modules/cursor.nix
];
# Enable Ghostty terminal with OSC-52 clipboard support
@ -31,6 +32,9 @@
package = pkgs.firefox;
};
# Enable Cursor editor
programs.cursor.package = pkgs.code-cursor;
# ThinkPad-specific applications
home.packages = with pkgs; [
obsidian