dotfiles/nixos/configs/lix.nix

5 lines
67 B
Nix

{ lix, ... }:
{
# Use lix, and not nix.
nix.package = lix.nix;
}