diff options
| author | Baitinq <[email protected]> | 2022-08-28 22:11:24 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-08-29 00:11:24 +0200 |
| commit | dff3b305a03ecc22b8a12a9e24ba98693245e482 (patch) | |
| tree | 16fd63b2ca4e7a00b4e5964a7b7d443ab73907c9 /README.md | |
| parent | Packages: Remove xmonadctl (diff) | |
| download | nixos-config-dff3b305a03ecc22b8a12a9e24ba98693245e482.tar.gz nixos-config-dff3b305a03ecc22b8a12a9e24ba98693245e482.tar.bz2 nixos-config-dff3b305a03ecc22b8a12a9e24ba98693245e482.zip | |
Implement non NixOS hosts support
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 16 |
1 files changed, 15 insertions, 1 deletions
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 +``` |