Richie Cahill 6f4859adb1 cleanup
2024-04-19 18:19:13 +00:00

16 lines
143 B
Nix

{
pkgs,
lib,
...
}: let
inherit (lib) mkIf;
in {
imports = [
./git.nix
./zsh.nix
];
programs.starship.enable = true;
}