7 lines
70 B
Nix
7 lines
70 B
Nix
{ pkgs, inputs, ... }:
|
|
|
|
{
|
|
programs.zsh = {
|
|
enable = true;
|
|
};
|
|
} |