dotfiles/hosts/desktop/configuration.nix

6 lines
91 B
Nix

{ ... }:
{
#Disable nix managment, since we use nix-determinate
nix.enable = false;
}