From f4195828af618f3451b69a5c7ae09d2ecbdd5b72 Mon Sep 17 00:00:00 2001 From: Baitinq <30861839+Baitinq@users.noreply.github.com> Date: Sun, 28 Aug 2022 22:11:24 +0000 Subject: Implement non NixOS hosts support --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1903ec7..aa1267d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # NIX Config My Personal NixOS Flake. + +# NixOS ## Installing ``` @@ -13,4 +15,16 @@ nixos-install --flake . #HOST nix flake update nixos-rebuild switch --flake . #HOST -``` \ No newline at end of file +``` + +# Non-Nixos +## Installing +``` +nix build .#homeManagerConfigurations.HOST.activationPackage +./result/activate +``` + +## Updating +``` +home-manager switch --flake .#HOST +``` -- cgit 1.4.1