about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index ed19fcc..3da2fb9 100644
--- a/flake.nix
+++ b/flake.nix
@@ -11,6 +11,7 @@
 		nixos-hardware.url = "github:NixOS/nixos-hardware/master";
 		disko.url = "github:nix-community/disko";
   		disko.inputs.nixpkgs.follows = "nixpkgs";
+		impermanence.url = "github:nix-community/impermanence";
 	};
 
 	outputs = { self, nixpkgs, ... }@inputs: 
@@ -55,6 +56,7 @@
 			x220 = nixosSystem "x86_64-linux" "x220" [
 				inputs.nixos-hardware.nixosModules.lenovo-thinkpad-x220
 				inputs.disko.nixosModules.disko
+				inputs.impermanence.nixosModules.impermanence
 				inputs.home-manager.nixosModules.default
 				{
 					home-manager.useGlobalPkgs = true;