1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Make Helix configuration better

This commit is contained in:
RGBCube 2023-05-24 19:16:06 +03:00
parent e9d65bf39a
commit 7963427a31
No known key found for this signature in database

View file

@ -1,4 +1,10 @@
{ pkgs, homeConfiguration, imports, enabled, ... }: { pkgs, homeConfiguration, systemPackages, imports, enabled, ... }:
(with pkgs; systemPackages [
xclip
])
//
(homeConfiguration "nixos" { (homeConfiguration "nixos" {
programs.nushell = { programs.nushell = {
@ -13,9 +19,13 @@
settings.editor = { settings.editor = {
color-modes = true; color-modes = true;
cursor-shape.normal = "bar"; cursor-shape.normal = "bar";
cursor-shape.insert = "bar";
cursorline = true; cursorline = true;
file-picker.hidden = false; file-picker.hidden = false;
line-number = "relative"; line-number = "relative";
mode.normal = "NORMAL";
mode.insert = "INSERT";
mode.select = "SELECT";
shell = [ shell = [
"nu" "nu"
"-c" "-c"