infrastructure/home/shell/micro.nix

6 lines
56 B
Nix

{...}: {
programs.micro = {
enable = true;
};
}