Skip to content

Commit

Permalink
+ install helix
Browse files Browse the repository at this point in the history
  • Loading branch information
0Supa committed May 24, 2024
1 parent 3637c7d commit 24c63e2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@
vscodium
nixpkgs-fmt # Used for nix formatting in vscode
github-desktop
helix

# Multimedia
nsxiv # Image viewer
Expand Down
15 changes: 15 additions & 0 deletions home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,21 @@
};
};
};

helix = {
enable = true;
settings = {
theme = "catppuccin_mocha";
editor = {
line-number = "relative";
lsp.display-messages = true;
};
keys.normal = {
space.space = "file_picker";
esc = [ "collapse_selection" "keep_primary_selection" ];
};
};
};
};

services = {
Expand Down

0 comments on commit 24c63e2

Please sign in to comment.