dotfiles/nixos/zsh/default.nix

5 lines
131 B
Nix
Raw Normal View History

2023-06-19 21:34:51 +01:00
{ config, pkgs, lib, ... }: {
programs.zsh.enable = true;
home-manager.users.cyryl = { ... }: { imports = [ ./home.nix ]; };
}