From ebbe726693c675509479193547d334d0fe315d65 Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Thu, 23 Jan 2025 17:57:22 -0800 Subject: [PATCH] oncfig --- extras/dev.nix | 18 ++++++++++-------- users/tao/helix.nix | 5 ++++- users/tao/nushell/stuff.nu | 1 + 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/extras/dev.nix b/extras/dev.nix index ca5368a..060720d 100644 --- a/extras/dev.nix +++ b/extras/dev.nix @@ -1,5 +1,6 @@ {pkgs, ...}: { environment.systemPackages = with pkgs; [ + act aichat # (llm.withPlugins (ps: with ps; [llm-openrouter])) # llm @@ -101,12 +102,13 @@ SUBSYSTEM == "tty", GROUP="dialout", ATTRS{interface}=="Black Magic UART Port", SYMLINK+="ttyBmpTarg" ''; - # virtualisation.docker = { - # enable = true; - # storageDriver = "btrfs"; - # }; - # virtualisation.docker.rootless = { - # enable = true; - # setSocketVariable = true; - # }; + virtualisation.docker = { + enable = true; + storageDriver = "btrfs"; + }; + virtualisation.docker.rootless = { + enable = true; + setSocketVariable = true; + }; + users.extraGroups.docker.members = ["tao"]; } diff --git a/users/tao/helix.nix b/users/tao/helix.nix index 407ecc0..79b0677 100644 --- a/users/tao/helix.nix +++ b/users/tao/helix.nix @@ -11,7 +11,7 @@ # rainbow-brackets = true; line-number = "relative"; cursorline = true; - completion-replace = true; + completion-replace = false; preview-completion-insert = false; indent-guides = { render = true; @@ -51,6 +51,9 @@ K = "swap_view_down"; J = "swap_view_up"; }; + keys.normal.space.t = { + r = "@mip:reflow"; + }; }; languages = { use-grammars.only = [ diff --git a/users/tao/nushell/stuff.nu b/users/tao/nushell/stuff.nu index ddccdfa..4567ac0 100644 --- a/users/tao/nushell/stuff.nu +++ b/users/tao/nushell/stuff.nu @@ -11,6 +11,7 @@ alias t = task alias zl = zellij alias snapper = snapper -c home alias follow = readlink -f +alias la = ls -a alias quiet = sudo ectool fanduty 30 alias loud = sudo ectool autofanctrl