PortValhalla/profiles/users/manuel/config.nix

24 lines
336 B
Nix
Raw Normal View History

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