1
Fork 0
nixos-system-config/users/hu/packages/zsh/zsh.nix
caem 62a2c850ae
Add support for non-nixos systems
I run Debian on my Thinkpad and wanted to take advantage of nix on there
without also installing NixOS there, so here is added support for it.
2024-06-06 12:41:31 +02:00

6 lines
59 B
Nix

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