feat: init lazydocker and docker group
This commit is contained in:
parent
ed1a87d662
commit
f302885a71
4 changed files with 4 additions and 2 deletions
|
@ -13,5 +13,6 @@
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
bat
|
bat
|
||||||
croc
|
croc
|
||||||
|
lazydocker
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,6 +6,7 @@ alias zj = zellij
|
||||||
alias zjd = zellij --layout ../.config/zellij/snowflake.kdl
|
alias zjd = zellij --layout ../.config/zellij/snowflake.kdl
|
||||||
alias zjs = zellij --layout ./config/zellij/ssh.kdl
|
alias zjs = zellij --layout ./config/zellij/ssh.kdl
|
||||||
alias lg = lazygit
|
alias lg = lazygit
|
||||||
|
alias ld = lazydocker
|
||||||
alias la = ls -a
|
alias la = ls -a
|
||||||
alias cat = bat
|
alias cat = bat
|
||||||
alias fmt = alejandra *
|
alias fmt = alejandra *
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
users.oh = {
|
users.oh = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "oh";
|
description = "oh";
|
||||||
extraGroups = ["networkmanager" "wheel"];
|
extraGroups = ["networkmanager" "wheel" "docker"];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
hugo
|
hugo
|
||||||
yt-dlp
|
yt-dlp
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
users.oh = {
|
users.oh = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "oh";
|
description = "oh";
|
||||||
extraGroups = ["networkmanager" "wheel"];
|
extraGroups = ["networkmanager" "wheel" "docker"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue