From 94b1160551e4f6e7c1fe08bdcc3cf04a173a84e0 Mon Sep 17 00:00:00 2001 From: s0me1newithhand7s Date: Wed, 20 May 2026 21:39:31 +0300 Subject: [PATCH] feat(flake): imeprmanence init Signed-off-by: s0me1newithhand7s --- flake.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/flake.nix b/flake.nix index 581deb0..1dcc13e 100644 --- a/flake.nix +++ b/flake.nix @@ -223,6 +223,13 @@ repo = "Hyprland"; }; + "impermanence" = { + flake = true; + type = "github"; + owner = "nix-community"; + repo = "impermanence"; + }; + "lanzaboote" = { flake = true; type = "github";