aboutsummaryrefslogtreecommitdiffstats
path: root/hm/soispha/files/manifest_json
diff options
context:
space:
mode:
Diffstat (limited to 'hm/soispha/files/manifest_json')
-rw-r--r--hm/soispha/files/manifest_json/default.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/hm/soispha/files/manifest_json/default.nix b/hm/soispha/files/manifest_json/default.nix
new file mode 100644
index 00000000..09dda877
--- /dev/null
+++ b/hm/soispha/files/manifest_json/default.nix
@@ -0,0 +1,10 @@
+{config, ...}: {
+ home = {
+ file = {
+ manifest_json = {
+ text = "";
+ target = "${config.xdg.stateHome}/nix/profile/manifest.json";
+ };
+ };
+ };
+}