{ ... }: { imports = [ ../../lib/modules/valhalla.nix ]; config = { valhalla = { users.manuel = { oh-my-posh = { theme = { source = ./manuel.omp.json; }; }; }; partition = { os = { partitions = { }; }; }; }; }; }