mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -05:00
feat: added cursor
This commit is contained in:
parent
c8e774a0ca
commit
c8bdb8b61b
1 changed files with 11 additions and 0 deletions
11
home/modules/gui/apps/code/cursor/default.nix
Executable file
11
home/modules/gui/apps/code/cursor/default.nix
Executable file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
code-cursor
|
||||
;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue