Compare commits
No commits in common. "80eaacd3a36d553767ec0eaceaf29db8bb8c445c" and "ec8de77c541ee74cb1c94c6c92d30d05a213a19f" have entirely different histories.
80eaacd3a3
...
ec8de77c54
1 changed files with 1 additions and 11 deletions
|
|
@ -5,11 +5,7 @@
|
||||||
programs.helix = {
|
programs.helix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
extraPackages = with pkgs; [
|
settings = {
|
||||||
nixpkgs-fmt
|
|
||||||
nil
|
|
||||||
];
|
|
||||||
settings = {
|
|
||||||
theme = "catppuccin_mocha";
|
theme = "catppuccin_mocha";
|
||||||
editor = {
|
editor = {
|
||||||
mouse = true;
|
mouse = true;
|
||||||
|
|
@ -22,12 +18,6 @@
|
||||||
indent-guides.render = true;
|
indent-guides.render = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
languages = [
|
|
||||||
{
|
|
||||||
name = "nix";
|
|
||||||
formatter.command = "nixpkgs-fmt";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue