feat: tmux continues

ran fmt
This commit is contained in:
s-prechtl 2024-09-22 11:48:49 +02:00
parent 4c7129247e
commit 7c54039636
16 changed files with 36 additions and 43 deletions

View file

@ -23,7 +23,7 @@ in {
users.users.${cfg.username} = {
isNormalUser = true;
initialPassword = "12345";
extraGroups = [ "docker" "input" "networkmanager" "wheel"];
extraGroups = ["docker" "input" "networkmanager" "wheel"];
description = "Stefan";
shell = pkgs.zsh;
};