dotfiles/home/modules/gui/apps/code/cursor/default.nix
2025-02-04 14:02:15 -06:00

11 lines
113 B
Nix
Executable file

{
pkgs,
...
}:
{
home.packages = builtins.attrValues {
inherit (pkgs)
code-cursor
;
};
}