mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
Rename shell option
This commit is contained in:
parent
de7855ade5
commit
e0903f42bf
5 changed files with 7 additions and 12 deletions
|
|
@ -5,7 +5,7 @@
|
|||
...
|
||||
}:
|
||||
{
|
||||
config = lib.mkIf config.myConfig.shell.enable {
|
||||
config = lib.mkIf config.myConfig.shell.zsh.enable {
|
||||
home.packages = [
|
||||
pkgs.eza
|
||||
pkgs.bat
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue