dotfiles/hosts/ts-tl-mbp/default.nix
2023-02-28 00:29:16 -05:00

7 lines
141 B
Nix

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