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; }; } ];