dotfiles/hosts/ts-tl-mbp/default.nix
2023-01-01 22:24:23 -05:00

7 lines
139 B
Nix

{ pkgs, config, lib, ... }:
{
services.nix-daemon.enable = true;
programs.zsh.enable = true;
system.defaults.dock.autohide = true;
}