Switch to fish.

This commit is contained in:
2024-09-13 18:19:25 +01:00
parent 79970e1567
commit 2d8f4c56dd
4 changed files with 26 additions and 53 deletions

View File

@@ -1,6 +1,6 @@
{ pkgs, ... }:
{
programs.zsh.enable = true;
programs.fish.enable = true;
users.users.ppetru = {
isNormalUser = true;
extraGroups = [
@@ -8,7 +8,7 @@
"wheel"
];
shell = pkgs.zsh;
shell = pkgs.fish;
hashedPassword = "$y$j9T$RStwCKefSqHTIiRo6u6Q50$Pp2dNUeJeUMH0HJdDoM/vXMQa2jqyTTPvvIzACHZhVB";
openssh.authorizedKeys.keys = [