add cursor to thinkpad
This commit is contained in:
parent
bd513a60c5
commit
b5e8bfcf83
3 changed files with 20 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue