From 7fba735e59b258d988bb8574ea499d2a874d8014 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 13 Jan 2024 22:32:37 +0100 Subject: fix(hm/files): Generate manifest.json to help home-manager Without this file present, home-manager will try to run a impure `nix-env` command which obviously fails. --- hm/soispha/files/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hm/soispha/files/default.nix') 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 ]; } -- cgit 1.4.1