Fix small mistake
This commit is contained in:
parent
a7c8d0d0df
commit
b141732986
@ -97,7 +97,8 @@
|
|||||||
|
|
||||||
# Move overlay outside system-specific outputs
|
# Move overlay outside system-specific outputs
|
||||||
}
|
}
|
||||||
)) // {
|
))
|
||||||
|
// {
|
||||||
overlays.default = final: prev: {
|
overlays.default = final: prev: {
|
||||||
waycast = self.packages.${final.stdenv.hostPlatform.system}.default;
|
waycast = self.packages.${final.stdenv.hostPlatform.system}.default;
|
||||||
};
|
};
|
||||||
|
@ -78,7 +78,7 @@ in
|
|||||||
];
|
];
|
||||||
|
|
||||||
# Ensure cache and data dirs exist to avoid runtime errors in the future
|
# Ensure cache and data dirs exist to avoid runtime errors in the future
|
||||||
home.file."${config.xdg.cacheHome}/waycast".isDir = true;
|
home.file."${config.xdg.cacheHome}/waycast/.keep".text = "";
|
||||||
home.file."${config.xdg.dataHome}/waycast".isDir = true;
|
home.file."${config.xdg.dataHome}/waycast/.keep".text = "";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user