diff options
author | Adrian Kummerlaender | 2020-08-31 19:51:49 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2020-08-31 19:51:49 +0200 |
commit | 3900e128b5161ede4a4e3ce29ecd520b0715bb8a (patch) | |
tree | 230ba86e53af84da5d6a1609d513495bc9deb61a | |
parent | f8ea44241417cefa54697256f2815355fb4920b0 (diff) | |
download | nixos_home-3900e128b5161ede4a4e3ce29ecd520b0715bb8a.tar nixos_home-3900e128b5161ede4a4e3ce29ecd520b0715bb8a.tar.gz nixos_home-3900e128b5161ede4a4e3ce29ecd520b0715bb8a.tar.bz2 nixos_home-3900e128b5161ede4a4e3ce29ecd520b0715bb8a.tar.lz nixos_home-3900e128b5161ede4a4e3ce29ecd520b0715bb8a.tar.xz nixos_home-3900e128b5161ede4a4e3ce29ecd520b0715bb8a.tar.zst nixos_home-3900e128b5161ede4a4e3ce29ecd520b0715bb8a.zip |
Update README
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -8,13 +8,13 @@ Furthermore it is possible to reproduce this environment on a new computer withi The desktop environment consisting of XMonad, custom theming and a selection of utilities and applications is configured by the derivations in the `gui` folder. e.g. check out `gui/xmonad.nix` and `gui/gtk.nix` to get started. -Parts of this setup are maintained in my own Nix channel [pkgs.kummerlaender.eu](https://pkgs.kummerlaender.eu). -e.g. I can build my custom Vim setup on any system that is able to run the Nix package manager (such as a Surface running WSL) using a single command: +`home-manager` doesn't have to be installed in the user environment and is only required for applying the configuration. +```sh +nix-shell --command "home-manager switch" ``` -nix-build "https://pkgs.kummerlaender.eu/nixexprs.tar.bz2" -A custom-vim -./result/bin/vim -``` + +This shell also provides the `niv` utility used for updating the fixed channels. ## Host specific config |