PortValhalla/profiles/manuel/config.nix

24 lines
333 B
Nix
Raw Normal View History

2024-08-23 17:43:06 +00:00
{ ... }: {
2024-08-24 16:35:43 +00:00
imports = [
../../lib/modules/valhalla.nix
];
config = {
valhalla = {
users.manuel = {
oh-my-posh = {
theme = {
source = ./manuel.omp.json;
};
};
};
partition = {
os = {
partitions = { };
};
2024-08-23 17:43:06 +00:00
};
};
};
}