pointfichiers/editor/helix/default.nix
2024-09-16 14:13:01 +02:00

8 lines
63 B
Nix

{
pkgs,
...
} : {
home.packages =[
pkgs.helix
];
}