From b007730ce88cdfff62c3513516c96128a8283c3a Mon Sep 17 00:00:00 2001 From: mir Date: Sat, 23 Mar 2024 12:38:47 -0800 Subject: [PATCH] add my home flake to inputs; not using yet --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index df09521..07ac361 100644 --- a/flake.nix +++ b/flake.nix @@ -15,6 +15,9 @@ url = "github:nix-community/home-manager"; #/release-23.11"; inputs.nixpkgs.follows = "nixpkgs-unstable"; }; + mir-home = { + url = "git+https://git.marq42.xyz/mir/home?ref=main"; + }; emacs-config = { url = "git+https://git.marq42.xyz/mir/emacs?ref=main"; flake = false;