Set default shell to fish

This commit is contained in:
Natsu Kagami 2024-01-19 14:46:36 +01:00
parent 62c14ffd0d
commit ec89cef3a2
Signed by: nki
GPG key ID: 55A032EB38B49ADB
2 changed files with 2 additions and 1 deletions

View file

@ -12,7 +12,7 @@ in
{ lib, pkgs, config, ... }: { lib, pkgs, config, ... }:
with lib; { with lib; {
imports = [ imports = [
defaultShell # defaultShell
]; ];
## Packages ## Packages

View file

@ -188,6 +188,7 @@ in
"wheel" # Enable sudo for the user. "wheel" # Enable sudo for the user.
"plugdev" # Enable openrazer-daemon privileges "plugdev" # Enable openrazer-daemon privileges
]; ];
shell = pkgs.fish;
}; };
## Network configuration ## Network configuration