helix theme

This commit is contained in:
2024-06-01 10:56:18 +02:00
parent f7e29a9039
commit 77acc9e5ad
2 changed files with 10 additions and 15 deletions

View File

@@ -1,24 +1,18 @@
{pkgs, ...}: { { pkgs, ... }: {
programs.helix = { programs.helix = {
enable = true; enable = true;
# settings = { settings = {
# theme = "autumn_night_transparent"; theme = "gruvbox_dark_soft";
# editor.cursor-shape = { editor.cursor-shape = {
# normal = "block"; normal = "block";
# insert = "bar"; insert = "bar";
# select = "underline"; select = "underline";
# }; };
# }; };
languages.language = [{ languages.language = [{
name = "nix"; name = "nix";
auto-format = true; auto-format = true;
formatter.command = "${pkgs.nixfmt}/bin/nixfmt"; formatter.command = "${pkgs.nixfmt}/bin/nixfmt";
}]; }];
# themes = {
# autumn_night_transparent = {
# "inherits" = "autumn_night";
# "ui.background" = { };
# };
# };
}; };
} }

View File

@@ -129,6 +129,7 @@
rstudio rstudio
unstable.obsidian unstable.obsidian
foliate foliate
helio-workstation
# > gaming < # > gaming <
prismlauncher prismlauncher