diff --git a/content/rambles/nix-home-manager.md b/content/rambles/nix-home-manager.md new file mode 100644 index 0000000..ce98bd0 --- /dev/null +++ b/content/rambles/nix-home-manager.md @@ -0,0 +1,16 @@ +--- +title: "Nix Home Manager" +date: "2022-09-19T21:49:46+02:00" +author: "$HUMANOID" +tags: ["nix", "technology", "linux"] +description: "Basics of using the Nix home manager in a way that makes sense to me and probably just me" +draft: true +--- + +# The Home manager + +The Nix home manager is a way to work with Nix in a declarative environment to manage your dotfiles and user environment packages. +This can be used on any system running the Nix packagemanager. +Personally, I've started to dabble around with a it a bit after installing the Nix packagemanager in my Alpine installation. +Since I've already dabbled with Nix on a few systems through NixOS, I already knew the basics of imperatively managing packages (or derivations) with the Nix packagemanager. + diff --git a/content/rambles/nix-on-other-distros-packagemanagers.md b/content/rambles/nix-on-other-distros-packagemanagers.md index 5103644..46d11f2 100644 --- a/content/rambles/nix-on-other-distros-packagemanagers.md +++ b/content/rambles/nix-on-other-distros-packagemanagers.md @@ -2,7 +2,7 @@ title: "Nix on Other Distros' Packagemangers" date: "2022-09-12T11:37:11+02:00" author: "$HUMANOID" -tags: ["technology", "linux"] +tags: ["nix", "technology", "linux"] description: "A guide on installing the Nix packagemanger on Alpine and Debian" ---