From 7963427a313d62aa1a31a91d40f152d872aae623 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Wed, 24 May 2023 19:16:06 +0300 Subject: [PATCH] Make Helix configuration better --- machines/asus/helix/default.nix | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/machines/asus/helix/default.nix b/machines/asus/helix/default.nix index 8ec76ba..a380c14 100644 --- a/machines/asus/helix/default.nix +++ b/machines/asus/helix/default.nix @@ -1,4 +1,10 @@ -{ pkgs, homeConfiguration, imports, enabled, ... }: +{ pkgs, homeConfiguration, systemPackages, imports, enabled, ... }: + +(with pkgs; systemPackages [ + xclip +]) + +// (homeConfiguration "nixos" { programs.nushell = { @@ -13,9 +19,13 @@ settings.editor = { color-modes = true; cursor-shape.normal = "bar"; + cursor-shape.insert = "bar"; cursorline = true; file-picker.hidden = false; line-number = "relative"; + mode.normal = "NORMAL"; + mode.insert = "INSERT"; + mode.select = "SELECT"; shell = [ "nu" "-c"