Set default shell to fish
This commit is contained in:
parent
62c14ffd0d
commit
ec89cef3a2
|
@ -12,7 +12,7 @@ in
|
||||||
{ lib, pkgs, config, ... }:
|
{ lib, pkgs, config, ... }:
|
||||||
with lib; {
|
with lib; {
|
||||||
imports = [
|
imports = [
|
||||||
defaultShell
|
# defaultShell
|
||||||
];
|
];
|
||||||
|
|
||||||
## Packages
|
## Packages
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue