From 98a454296ce06cf69dee01dc404854fa2d5cb5f6 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sat, 23 Jul 2022 19:29:25 +0200 Subject: Luna: Added impermanence and disk encryption --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 36af10c..94e38f2 100644 --- a/flake.nix +++ b/flake.nix @@ -3,10 +3,14 @@ inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; + home-manager = { url = "github:nix-community/home-manager/master"; inputs.nixpkgs.follows = "nixpkgs"; }; + + impermanence.url = "github:nix-community/impermanence"; + nur.url = "github:nix-community/NUR"; nix-index.url = "github:Mic92/nix-index-database"; -- cgit 1.4.1