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,10 +5,6 @@
|
|||
programs.helix = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
extraPackages = with pkgs; [
|
||||
nixpkgs-fmt
|
||||
nil
|
||||
];
|
||||
settings = {
|
||||
theme = "catppuccin_mocha";
|
||||
editor = {
|
||||
|
|
@ -22,12 +18,6 @@
|
|||
indent-guides.render = true;
|
||||
};
|
||||
};
|
||||
languages = [
|
||||
{
|
||||
name = "nix";
|
||||
formatter.command = "nixpkgs-fmt";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue