From 411525b9bf32de374046a92555df02c18e8944d9 Mon Sep 17 00:00:00 2001 From: Nathan Date: Mon, 11 Aug 2025 15:38:52 -0500 Subject: [PATCH] remove impermanence --- system-config/configuration/laptop/default.nix | 1 - system-config/configuration/live/default.nix | 1 - system-config/configuration/sandbox-nathan/default.nix | 1 - 3 files changed, 3 deletions(-) diff --git a/system-config/configuration/laptop/default.nix b/system-config/configuration/laptop/default.nix index 7978122..d30833d 100644 --- a/system-config/configuration/laptop/default.nix +++ b/system-config/configuration/laptop/default.nix @@ -103,7 +103,6 @@ config.homeconfig = { host = "laptop"; minimal = false; - impermanence.enable = false; hyprland.enable = true; swaylock.enable = true; wal.enable = true; diff --git a/system-config/configuration/live/default.nix b/system-config/configuration/live/default.nix index 5922903..d012228 100644 --- a/system-config/configuration/live/default.nix +++ b/system-config/configuration/live/default.nix @@ -51,7 +51,6 @@ inputs.nathan-home-manager { config.homeconfig = { - impermanence.enable = false; hyprland.enable = true; swaylock.enable = true; wal.enable = true; diff --git a/system-config/configuration/sandbox-nathan/default.nix b/system-config/configuration/sandbox-nathan/default.nix index 1fb4da8..1871d9e 100644 --- a/system-config/configuration/sandbox-nathan/default.nix +++ b/system-config/configuration/sandbox-nathan/default.nix @@ -127,7 +127,6 @@ calcurse.enable = true; rofi.enable = true; firefox.enable = true; - impermanence.enable = false; }; } ];