wezterm fixes

This commit is contained in:
cnst
2024-07-26 18:53:50 +02:00
parent 29da8ca94a
commit b614f69039
9 changed files with 241 additions and 177 deletions

View File

@@ -9,7 +9,7 @@
}: let
ifTheyExist = groups: builtins.filter (group: builtins.hasAttr group config.users.groups) groups;
in {
users.users.cnst = {
users.users.adam = {
isNormalUser = true;
shell = pkgs.zsh;
# openssh.authorizedKeys.keys = [];