Ericson2314 / nixos-configuration

Much better than a .dotfiles repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nixos-configuration

Much better than a .dotfiles repo

Home manager

"$(nix-build home-manager-entry.nix --no-out-link)/activate"

NixOS

sudo nix-env \
  --profile /nix/var/nix/profiles/system \
  --set "$(nix-build nixos-entry.nix -A system --no-out-link)"
sudo /nix/var/nix/profiles/system/bin/switch-to-configuration switch

Also

nixos-option \
  --options_expr '(import ./nixos-entry.nix).options' \
  --config_expr '(import ./nixos-entry.nix).config'

About

Much better than a .dotfiles repo

License:Creative Commons Zero v1.0 Universal


Languages

Language:Nix 60.1%Language:Emacs Lisp 29.9%Language:Haskell 4.9%Language:Shell 4.4%Language:Vim Script 0.7%