nixos/home/programs/shell.nix

6 lines
69 B
Nix
Raw Normal View History

2024-05-05 19:55:22 +02:00
{ config, pkgs, users, ... }:
2024-03-07 22:39:49 +01:00
{
2024-05-06 00:11:39 +02:00
homePrograms.zsh.enable = true;
2024-03-07 22:39:49 +01:00
}