add my home flake to inputs; not using yet
This commit is contained in:
parent
5e6cbe0bc0
commit
b007730ce8
@ -15,6 +15,9 @@
|
|||||||
url = "github:nix-community/home-manager"; #/release-23.11";
|
url = "github:nix-community/home-manager"; #/release-23.11";
|
||||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||||
};
|
};
|
||||||
|
mir-home = {
|
||||||
|
url = "git+https://git.marq42.xyz/mir/home?ref=main";
|
||||||
|
};
|
||||||
emacs-config = {
|
emacs-config = {
|
||||||
url = "git+https://git.marq42.xyz/mir/emacs?ref=main";
|
url = "git+https://git.marq42.xyz/mir/emacs?ref=main";
|
||||||
flake = false;
|
flake = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user