feat: add clc command

This commit is contained in:
2025-10-15 20:06:14 +09:00
parent acdfe76b54
commit 1707567e36
4 changed files with 5 additions and 1 deletions

View File

@@ -84,7 +84,8 @@ in {
# Define a user account. Don't forget to set a password with passwd.
users.users.allen = {
isNormalUser = true;
extraGroups = [ "wheel" "wireshark" ]; # Enable sudo for the user.
extraGroups =
[ "wheel" "wireshark" "podman" ]; # Enable sudo for the user.
shell = pkgs.fish;
home = "/home/allen";
packages = with pkgs; [ tree ];