diff --git a/nix/home-manager.nix b/nix/home-manager.nix index f25f1b3..8fc1253 100644 --- a/nix/home-manager.nix +++ b/nix/home-manager.nix @@ -30,7 +30,7 @@ flake: { }; }; home = { - file = builtins.listToAttrs [ + file = builtins.listToAttrs ([ { name = "${cfg.directory}/etc"; value = { @@ -60,7 +60,7 @@ flake: { ) { name = "${cfg.directory}/twist-manifest.json"; value.source = emacsTwistPackage.emacsWrapper.elispManifestPath; - }); + })); packages = [ emacsTwistPackage