summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index d332044..44e1941 100644
--- a/flake.nix
+++ b/flake.nix
@@ -27,6 +27,10 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nordvpn-flake.url = "github:scouckel/nordvpn-flake";
+ mango = {
+ url = "github:DreamMaoMao/mango";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
};
outputs = { nixpkgs, home-manager, nix-flatpak, nur, auto-cpufreq, nixos-hardware, nordvpn-flake, ... }@inputs: {
@@ -46,6 +50,7 @@
./hosts/vecna/home.nix
./modules/home-manager
inputs.nvf.homeManagerModules.default
+ inputs.mango.hmModules.mango
];
};
home-manager.extraSpecialArgs = {inherit inputs;};