aboutsummaryrefslogtreecommitdiffstats
path: root/hm/soispha
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hm/soispha/files/default.nix3
-rw-r--r--hm/soispha/files/manifest_json/default.nix10
2 files changed, 12 insertions, 1 deletions
diff --git a/hm/soispha/files/default.nix b/hm/soispha/files/default.nix
index 4e16077c..16fe9afe 100644
--- a/hm/soispha/files/default.nix
+++ b/hm/soispha/files/default.nix
@@ -1,5 +1,6 @@
-{config, ...}: {
+{...}: {
imports = [
./wallpaper
+ ./manifest_json
];
}
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";
+ };
+ };
+ };
+}