oncfig
This commit is contained in:
parent
b246f82a41
commit
ebbe726693
3 changed files with 15 additions and 9 deletions
|
|
@ -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"];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 = [
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue