mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-11 09:17:54 +08:00
5 lines
159 B
Nix
5 lines
159 B
Nix
{
|
|
# Nix configuration is managed globally by nix-darwin.
|
|
# Prevent $HOME nix.conf from disrespecting it.
|
|
home.file."~/.config/nix/nix.conf".text = "";
|
|
}
|