oncfig
This commit is contained in:
parent
b246f82a41
commit
ebbe726693
3 changed files with 15 additions and 9 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
act
|
||||||
aichat
|
aichat
|
||||||
# (llm.withPlugins (ps: with ps; [llm-openrouter]))
|
# (llm.withPlugins (ps: with ps; [llm-openrouter]))
|
||||||
# llm
|
# llm
|
||||||
|
|
@ -101,12 +102,13 @@
|
||||||
SUBSYSTEM == "tty", GROUP="dialout", ATTRS{interface}=="Black Magic UART Port", SYMLINK+="ttyBmpTarg"
|
SUBSYSTEM == "tty", GROUP="dialout", ATTRS{interface}=="Black Magic UART Port", SYMLINK+="ttyBmpTarg"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# virtualisation.docker = {
|
virtualisation.docker = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# storageDriver = "btrfs";
|
storageDriver = "btrfs";
|
||||||
# };
|
};
|
||||||
# virtualisation.docker.rootless = {
|
virtualisation.docker.rootless = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# setSocketVariable = true;
|
setSocketVariable = true;
|
||||||
# };
|
};
|
||||||
|
users.extraGroups.docker.members = ["tao"];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
# rainbow-brackets = true;
|
# rainbow-brackets = true;
|
||||||
line-number = "relative";
|
line-number = "relative";
|
||||||
cursorline = true;
|
cursorline = true;
|
||||||
completion-replace = true;
|
completion-replace = false;
|
||||||
preview-completion-insert = false;
|
preview-completion-insert = false;
|
||||||
indent-guides = {
|
indent-guides = {
|
||||||
render = true;
|
render = true;
|
||||||
|
|
@ -51,6 +51,9 @@
|
||||||
K = "swap_view_down";
|
K = "swap_view_down";
|
||||||
J = "swap_view_up";
|
J = "swap_view_up";
|
||||||
};
|
};
|
||||||
|
keys.normal.space.t = {
|
||||||
|
r = "@mip:reflow<ret>";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
languages = {
|
languages = {
|
||||||
use-grammars.only = [
|
use-grammars.only = [
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@ alias t = task
|
||||||
alias zl = zellij
|
alias zl = zellij
|
||||||
alias snapper = snapper -c home
|
alias snapper = snapper -c home
|
||||||
alias follow = readlink -f
|
alias follow = readlink -f
|
||||||
|
alias la = ls -a
|
||||||
|
|
||||||
alias quiet = sudo ectool fanduty 30
|
alias quiet = sudo ectool fanduty 30
|
||||||
alias loud = sudo ectool autofanctrl
|
alias loud = sudo ectool autofanctrl
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue