Allow unfree packages

This commit is contained in:
2022-09-01 12:15:54 -07:00
parent dfbf168711
commit 1de7e7f759

View File

@@ -16,6 +16,7 @@
overlays = [ overlays = [
self.overlays."${system}".xonsh_with_plugins self.overlays."${system}".xonsh_with_plugins
]; ];
config.allowUnfree = true;
}); });
mkHomeConfig = ({system, username ? "ttm" }: home-manager.lib.homeManagerConfiguration { mkHomeConfig = ({system, username ? "ttm" }: home-manager.lib.homeManagerConfiguration {