Fix missing options
This commit is contained in:
parent
2e6cd9785a
commit
9bb99877d3
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ config, lib, pkgs }: {
|
{ config, lib, pkgs, ... }: {
|
||||||
|
|
||||||
environment.shells = with pkgs; [ zsh ];
|
environment.shells = with pkgs; [ zsh ];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue