dotfiles/hosts/vostro/default.nix

5 lines
62 B
Nix

{ pkgs, config, lib, ... }:
{
programs.zsh.enable = true;
}