This commit is contained in:
Tao Tien 2025-01-23 17:57:22 -08:00
parent b246f82a41
commit ebbe726693
3 changed files with 15 additions and 9 deletions

View file

@ -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"];
}

View file

@ -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<ret>";
};
};
languages = {
use-grammars.only = [

View file

@ -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