mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 10:16:13 +01:00
helix theme
This commit is contained in:
@@ -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" = { };
|
|
||||||
# };
|
|
||||||
# };
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -129,6 +129,7 @@
|
|||||||
rstudio
|
rstudio
|
||||||
unstable.obsidian
|
unstable.obsidian
|
||||||
foliate
|
foliate
|
||||||
|
helio-workstation
|
||||||
|
|
||||||
# > gaming <
|
# > gaming <
|
||||||
prismlauncher
|
prismlauncher
|
||||||
|
|||||||
Reference in New Issue
Block a user