mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 13:06:13 +01:00
helix editor
This commit is contained in:
24
home-manager/features/helix.nix
Normal file
24
home-manager/features/helix.nix
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
{pkgs, ...}: {
|
||||||
|
programs.helix = {
|
||||||
|
enable = true;
|
||||||
|
# settings = {
|
||||||
|
# theme = "autumn_night_transparent";
|
||||||
|
# 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" = { };
|
||||||
|
# };
|
||||||
|
# };
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -23,6 +23,7 @@
|
|||||||
./features/tmux.nix
|
./features/tmux.nix
|
||||||
./features/neovide.nix
|
./features/neovide.nix
|
||||||
./features/emacs.nix
|
./features/emacs.nix
|
||||||
|
./features/helix.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
colorScheme = inputs.nix-colors.colorSchemes.gruvbox-dark-medium;
|
colorScheme = inputs.nix-colors.colorSchemes.gruvbox-dark-medium;
|
||||||
|
|||||||
Reference in New Issue
Block a user