zsh add packages

This commit is contained in:
2024-02-29 14:12:28 +01:00
parent 7be6a72e46
commit 24e7fc6fbc
5 changed files with 1499 additions and 12 deletions

View File

@@ -22,7 +22,6 @@
curl
alacritty
dmenu
zsh
];
networking.hostName = "eliasLaptop"; # Define your hostname.
@@ -67,15 +66,6 @@
};
};
services.openssh = {
enable = true;
settings.PasswordAuthentication = false;
settings.PermitRootLogin = "prohibit-password";
};
# Configure keymap in X11
# services.xserver.xkb.layout = "us";