Set default shell to fish
This commit is contained in:
parent
62c14ffd0d
commit
ec89cef3a2
|
@ -12,7 +12,7 @@ in
|
|||
{ lib, pkgs, config, ... }:
|
||||
with lib; {
|
||||
imports = [
|
||||
defaultShell
|
||||
# defaultShell
|
||||
];
|
||||
|
||||
## Packages
|
||||
|
|
|
@ -188,6 +188,7 @@ in
|
|||
"wheel" # Enable ‘sudo’ for the user.
|
||||
"plugdev" # Enable openrazer-daemon privileges
|
||||
];
|
||||
shell = pkgs.fish;
|
||||
};
|
||||
|
||||
## Network configuration
|
||||
|
|
Loading…
Reference in a new issue