move to fish

This commit is contained in:
Luj 2024-04-04 17:37:40 +02:00
parent ba1f3c27a7
commit 3eefcb66fa
2 changed files with 3 additions and 3 deletions

View file

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