7 lines
139 B
Nix
7 lines
139 B
Nix
{ pkgs, config, lib, ... }:
|
|
{
|
|
services.nix-daemon.enable = true;
|
|
programs.zsh.enable = true;
|
|
system.defaults.dock.autohide = true;
|
|
}
|