nix/common/default.nix
2026-08-25 14:00:13 +02:00

8 lines
82 B
Nix

{ ... }:
{
imports = [
./users.nix
];
programs.zsh.enable = true;
}