change shell to zsh

This commit is contained in:
Luj 2023-11-22 18:09:11 +01:00
parent a2934a0d24
commit 34d1a939ee
5 changed files with 187 additions and 9 deletions

View file

@ -1,10 +1,10 @@
{ config, pkgs, lib, ... }: {
users.mutableUsers = false;
users.defaultUserShell = pkgs.fish;
users.defaultUserShell = pkgs.zsh;
sops.secrets.user-root-password.neededForUsers = true;
programs.fish.enable = true;
programs.zsh.enable = true;
users.users.root = {
uid = config.ids.uids.root;