6 lines
99 B
Nix
6 lines
99 B
Nix
{ pkgs, config, lib, ... }:
|
|
{
|
|
services.nix-daemon.enable = true;
|
|
programs.zsh.enable = true;
|
|
}
|