mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 09:36:11 +01:00
helix theme
This commit is contained in:
@@ -1,24 +1,18 @@
|
||||
{pkgs, ...}: {
|
||||
{ pkgs, ... }: {
|
||||
programs.helix = {
|
||||
enable = true;
|
||||
# settings = {
|
||||
# theme = "autumn_night_transparent";
|
||||
# editor.cursor-shape = {
|
||||
# normal = "block";
|
||||
# insert = "bar";
|
||||
# select = "underline";
|
||||
# };
|
||||
# };
|
||||
settings = {
|
||||
theme = "gruvbox_dark_soft";
|
||||
editor.cursor-shape = {
|
||||
normal = "block";
|
||||
insert = "bar";
|
||||
select = "underline";
|
||||
};
|
||||
};
|
||||
languages.language = [{
|
||||
name = "nix";
|
||||
auto-format = true;
|
||||
formatter.command = "${pkgs.nixfmt}/bin/nixfmt";
|
||||
}];
|
||||
# themes = {
|
||||
# autumn_night_transparent = {
|
||||
# "inherits" = "autumn_night";
|
||||
# "ui.background" = { };
|
||||
# };
|
||||
# };
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user