PortValhalla/profiles/manuel/config.nix

10 lines
133 B
Nix

{ ... }: {
valhalla.users.manuel = {
oh-my-posh = {
theme = {
source = ./manuel.omp.json;
};
};
};
}