dotfiles/hosts/ts-tl-mbp/default.nix

7 lines
141 B
Nix

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