feat: init lazydocker and docker group

This commit is contained in:
notohh 2023-05-12 02:07:29 -04:00
parent ed1a87d662
commit f302885a71
Signed by: notohh
GPG key ID: BD47506D475EE86D
4 changed files with 4 additions and 2 deletions

View file

@ -13,5 +13,6 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
bat bat
croc croc
lazydocker
]; ];
} }

View file

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

View file

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

View file

@ -32,7 +32,7 @@
users.oh = { users.oh = {
isNormalUser = true; isNormalUser = true;
description = "oh"; description = "oh";
extraGroups = ["networkmanager" "wheel"]; extraGroups = ["networkmanager" "wheel" "docker"];
}; };
}; };