dotfiles/hosts/vostro/default.nix

5 lines
62 B
Nix
Raw Normal View History

2023-01-17 23:19:04 +00:00
{ pkgs, config, lib, ... }:
{
programs.zsh.enable = true;
}