10 lines
133 B
Nix
10 lines
133 B
Nix
{ ... }: {
|
|
valhalla.users.manuel = {
|
|
oh-my-posh = {
|
|
theme = {
|
|
source = ./manuel.omp.json;
|
|
};
|
|
};
|
|
};
|
|
}
|