core: set zsh as default shell for the root user
This commit is contained in:
parent
375674b1b4
commit
d5ab09207a
|
@ -27,8 +27,6 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
users.users.root.shell = pkgs.zsh;
|
||||
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "Europe/Berlin";
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{
|
||||
users.users.root.shell = pkgs.zsh;
|
||||
programs.command-not-found.enable = false;
|
||||
programs.nix-index-database.comma.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
Loading…
Reference in a new issue