diff --git a/systems/rpi4.nix b/systems/rpi4.nix index 93d6cb8..f798036 100644 --- a/systems/rpi4.nix +++ b/systems/rpi4.nix @@ -39,9 +39,12 @@ home = "/home/aaronh"; extraGroups = [ "wheel" "networkmanager" "adm"]; isNormalUser = true; + shell = pkgs.fish; hashedPassword = "$6$aAcbLtqiqzySifls$jdKMOQjoWITHD/dWNNZVUH/qNc6aoJ7v4zYofi0U7IJSVTbmOfChS3mzaJbp57AodjdPNKPrnrip8Nlh2Qanx."; }; + programs.fish.enable = true; + # Enable Pipewire security.rtkit.enable = true; services.pipewire = { @@ -73,5 +76,4 @@ system.stateVersion = "22.11"; system.autoUpgrade.enable = true; - }