From b261fb51cefb283c1e0cb010a29feff39ea245dd Mon Sep 17 00:00:00 2001 From: rycee Date: Fri, 12 Jan 2024 23:57:24 +0000 Subject: [PATCH] deploy: 7403ed49801e1a30ed0ffdec5b60c17f0cbf7bd5 --- options.xhtml | 27 +++++++++++++++++++++++++++ release-notes.xhtml | 14 ++++++++++++-- 2 files changed, 39 insertions(+), 2 deletions(-) diff --git a/options.xhtml b/options.xhtml index 65eaadfb0..e6d3b459d 100644 --- a/options.xhtml +++ b/options.xhtml @@ -69545,6 +69545,33 @@ boolean

+
+ + uninstall + + +
+
+

Whether to set up a minimal configuration that will remove all managed +files and packages.

Use this with extreme care since running the generated activation script +will remove all Home Manager state from your user environment. This +includes removing all your historic Home Manager generations.

+ +

Type: +boolean

+ +

Default: +false

+ +

Declared by:

+ + +
+ +<home-manager/modules/misc/uninstall.nix> + +
+
wayland.windowManager.hyprland.enable diff --git a/release-notes.xhtml b/release-notes.xhtml index e3c3de6d1..b98e2b2bb 100644 --- a/release-notes.xhtml +++ b/release-notes.xhtml @@ -26,8 +26,18 @@

Appendix D. Release Notes

This section lists the release notes for stable versions of Home Manager and the current unstable version.

Release 24.05

Table of Contents

Highlights
State Version Changes

This is the current unstable branch and the information in this section -is therefore not final.

Highlights

This release has the following notable changes:

  • The .release file in the Home Manager project root has been -removed. Please use the release.json file instead.

+is therefore not final.

Highlights

This release has the following notable changes:

  • The .release file in the Home Manager project root has been +removed. Please use the release.json file instead.

  • The home-manager uninstall command has been reworked to, +hopefully, be more robust. The new implementation makes use of a new +Boolean configuration option uninstall that can +also be used in a pure Nix Flake setup.

    Specifically, if you are using a Flake only installation, then you +can clean up a Home Manager installation by adding

    uninstall = true;
    +

    to your existing configuration and then build and activate. This +will override any other configuration and cause, for example, the +removal of all managed files.

    Please be very careful when enabling this option since activating +the built configuration will not only remove the managed files but +all Home Manager state from your user environment. This includes +removing all your historic Home Manager generations!

State Version Changes

The state version in this release includes the changes below. These changes are only active if the home.stateVersion option is set to "24.05" or later.

  • Nothing, yet.