diff --git a/profiles/manuel/config.nix b/profiles/manuel/config.nix index 16c6fe3c..15e3feff 100644 --- a/profiles/manuel/config.nix +++ b/profiles/manuel/config.nix @@ -1,8 +1,22 @@ { ... }: { - valhalla.users.manuel = { - oh-my-posh = { - theme = { - source = ./manuel.omp.json; + imports = [ + ../../lib/modules/valhalla.nix + ]; + + config = { + valhalla = { + users.manuel = { + oh-my-posh = { + theme = { + source = ./manuel.omp.json; + }; + }; + }; + + partition = { + os = { + partitions = { }; + }; }; }; };