palette/home-manager/config.nix
2024-04-28 23:09:27 +03:00

3 lines
47 B
Nix

{pkgs, ...}: {
imports = [./starship.nix];
}