cornflake/home-manager/code-cursor.nix
2026-03-01 01:39:57 +09:00

7 lines
71 B
Nix

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