Skip to content

Commit

Permalink
Add a ruler at 80 characters
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto committed Nov 10, 2024
1 parent f89f363 commit bf0438f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/home-manager/server/cli/helix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,12 @@ in
package = pkgs.unstable.helix;
# package = pkgs.unstable.evil-helix;
settings = {
# theme = "catppuccin_macchiato";
# theme = "base16_transparent";
theme = lib.mkForce "my-stylix";
editor = {
true-color = true;
bufferline = "always";
line-number = "relative";
rulers = [ 80 ];
cursorline = true;
color-modes = true;
popup-border = "all";
Expand Down

0 comments on commit bf0438f

Please sign in to comment.