NixOS配置
利用
配置您的configuration.nix,创建一个home.nix,并导入或创建任何相关的nix文件。
样板房
{ config , pkgs , ... }:
{
# Let Home Manager install and manage itself.
programs . home-manager . enable = true ;
# Home Manager needs a bit of information about you and the
Nix配置
在macOS上安装
首先,您需要安装nix软件包管理器:
curl https://nixos.org/nix/install | sh
并在.zshrc初始化:
if [ -e $HOME/.nix-profile/etc/profile.d/nix.sh ]; then . $HOME/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer
接下来,我们需要一个虚拟Linux环境来构建软件包,因为大多数构建