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; [
|
||||
bat
|
||||
croc
|
||||
lazydocker
|
||||
];
|
||||
}
|
||||
|
|
|
@ -6,6 +6,7 @@ alias zj = zellij
|
|||
alias zjd = zellij --layout ../.config/zellij/snowflake.kdl
|
||||
alias zjs = zellij --layout ./config/zellij/ssh.kdl
|
||||
alias lg = lazygit
|
||||
alias ld = lazydocker
|
||||
alias la = ls -a
|
||||
alias cat = bat
|
||||
alias fmt = alejandra *
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
users.oh = {
|
||||
isNormalUser = true;
|
||||
description = "oh";
|
||||
extraGroups = ["networkmanager" "wheel"];
|
||||
extraGroups = ["networkmanager" "wheel" "docker"];
|
||||
packages = with pkgs; [
|
||||
hugo
|
||||
yt-dlp
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
users.oh = {
|
||||
isNormalUser = true;
|
||||
description = "oh";
|
||||
extraGroups = ["networkmanager" "wheel"];
|
||||
extraGroups = ["networkmanager" "wheel" "docker"];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue