cornflake/home-manager/code-cursor.nix
2025-10-04 02:58:56 +09:00

7 lines
71 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
code-cursor
];
}